From: mifenton@rim.com Date: Thu, 17 May 2012 17:20:07 +0000 (+0000) Subject: [BlackBerry] Build fix, SelectionHandler extra debug logs X-Git-Tag: 070512121124~4091 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acb2fd35137614d1a5ab74660c7b490deff5638e;p=profile%2Fivi%2Fwebkit-efl.git [BlackBerry] Build fix, SelectionHandler extra debug logs https://bugs.webkit.org/show_bug.cgi?id=86743 Reviewed by Antonio Gomes. Add include for BlackBerryPlatformLog to SelectionHandler.cpp * WebKitSupport/SelectionHandler.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@117458 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebKit/blackberry/ChangeLog b/Source/WebKit/blackberry/ChangeLog index 1c282f1..987c7f6 100644 --- a/Source/WebKit/blackberry/ChangeLog +++ b/Source/WebKit/blackberry/ChangeLog @@ -1,3 +1,15 @@ +2012-05-17 Mike Fenton + + [BlackBerry] Build fix, SelectionHandler extra debug logs + https://bugs.webkit.org/show_bug.cgi?id=86743 + + Reviewed by Antonio Gomes. + + Add include for BlackBerryPlatformLog to SelectionHandler.cpp + + + * WebKitSupport/SelectionHandler.cpp: + 2012-05-16 Yongxin Dai [BlackBerry] The FCC shows up on an empty input field diff --git a/Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp b/Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp index 2141550..3ebcf3f 100644 --- a/Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp +++ b/Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp @@ -45,6 +45,7 @@ #include "visible_units.h" #include +#include #include