Title: [114361] trunk/Source/WebKit/blackberry
Revision
114361
Author
stai...@webkit.org
Date
2012-04-17 02:48:15 -0700 (Tue, 17 Apr 2012)

Log Message

Export the initialization function so it can be called earlier.
https://bugs.webkit.org/show_bug.cgi?id=84134

Reviewed by Nikolas Zimmermann.

* Api/BlackBerryGlobal.h: export globalInitialize()
(WebKit):

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/Api/BlackBerryGlobal.h (114360 => 114361)


--- trunk/Source/WebKit/blackberry/Api/BlackBerryGlobal.h	2012-04-17 08:36:38 UTC (rev 114360)
+++ trunk/Source/WebKit/blackberry/Api/BlackBerryGlobal.h	2012-04-17 09:48:15 UTC (rev 114361)
@@ -30,7 +30,7 @@
 
 class WebString;
 
-void globalInitialize();
+BLACKBERRY_EXPORT void globalInitialize();
 void collectJavascriptGarbageNow();
 void clearCookieCache();
 BLACKBERRY_EXPORT void clearMemoryCaches();

Modified: trunk/Source/WebKit/blackberry/ChangeLog (114360 => 114361)


--- trunk/Source/WebKit/blackberry/ChangeLog	2012-04-17 08:36:38 UTC (rev 114360)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2012-04-17 09:48:15 UTC (rev 114361)
@@ -1,3 +1,13 @@
+2012-04-17  George Staikos  <stai...@webkit.org>
+
+        Export the initialization function so it can be called earlier.
+        https://bugs.webkit.org/show_bug.cgi?id=84134
+
+        Reviewed by Nikolas Zimmermann.
+
+        * Api/BlackBerryGlobal.h: export globalInitialize()
+        (WebKit):
+
 2012-04-16  Antonio Gomes  <ago...@rim.com>
 
         Screen shift down when VKB shows by clicking in a input box MKS_3601371
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to