[BlackBerry] Build fix, SelectionHandler extra debug logs
authormifenton@rim.com <mifenton@rim.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 17 May 2012 17:20:07 +0000 (17:20 +0000)
committermifenton@rim.com <mifenton@rim.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 17 May 2012 17:20:07 +0000 (17:20 +0000)
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

Source/WebKit/blackberry/ChangeLog
Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp

index 1c282f1..987c7f6 100644 (file)
@@ -1,3 +1,15 @@
+2012-05-17  Mike Fenton  <mifenton@rim.com>
+
+        [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  <yodai@rim.com>
 
         [BlackBerry] The FCC shows up on an empty input field
index 2141550..3ebcf3f 100644 (file)
@@ -45,6 +45,7 @@
 #include "visible_units.h"
 
 #include <BlackBerryPlatformKeyboardEvent.h>
+#include <BlackBerryPlatformLog.h>
 
 #include <sys/keycodes.h>