From 89ffe0a370ce4f3eb6a7307cca3c4a03cd764a67 Mon Sep 17 00:00:00 2001 From: "staikos@webkit.org" Date: Tue, 17 Apr 2012 09:48:15 +0000 Subject: [PATCH] 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): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114361 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebKit/blackberry/Api/BlackBerryGlobal.h | 2 +- Source/WebKit/blackberry/ChangeLog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Source/WebKit/blackberry/Api/BlackBerryGlobal.h b/Source/WebKit/blackberry/Api/BlackBerryGlobal.h index fd706bd..9e6e7d5 100644 --- a/Source/WebKit/blackberry/Api/BlackBerryGlobal.h +++ b/Source/WebKit/blackberry/Api/BlackBerryGlobal.h @@ -30,7 +30,7 @@ namespace WebKit { class WebString; -void globalInitialize(); +BLACKBERRY_EXPORT void globalInitialize(); void collectJavascriptGarbageNow(); void clearCookieCache(); BLACKBERRY_EXPORT void clearMemoryCaches(); diff --git a/Source/WebKit/blackberry/ChangeLog b/Source/WebKit/blackberry/ChangeLog index 8c62f09..87fe261 100644 --- a/Source/WebKit/blackberry/ChangeLog +++ b/Source/WebKit/blackberry/ChangeLog @@ -1,3 +1,13 @@ +2012-04-17 George Staikos + + 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 Screen shift down when VKB shows by clicking in a input box MKS_3601371 -- 2.7.4