Export the initialization function so it can be called earlier.
authorstaikos@webkit.org <staikos@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Apr 2012 09:48:15 +0000 (09:48 +0000)
committerstaikos@webkit.org <staikos@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Apr 2012 09:48:15 +0000 (09:48 +0000)
https://bugs.webkit.org/show_bug.cgi?id=84134

Reviewed by Nikolas Zimmermann.

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

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114361 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit/blackberry/Api/BlackBerryGlobal.h
Source/WebKit/blackberry/ChangeLog

index fd706bd..9e6e7d5 100644 (file)
@@ -30,7 +30,7 @@ namespace WebKit {
 
 class WebString;
 
-void globalInitialize();
+BLACKBERRY_EXPORT void globalInitialize();
 void collectJavascriptGarbageNow();
 void clearCookieCache();
 BLACKBERRY_EXPORT void clearMemoryCaches();
index 8c62f09..87fe261 100644 (file)
@@ -1,3 +1,13 @@
+2012-04-17  George Staikos  <staikos@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  <agomes@rim.com>
 
         Screen shift down when VKB shows by clicking in a input box MKS_3601371