Title: [133634] trunk/Source/WebKit/blackberry
Revision
133634
Author
commit-qu...@webkit.org
Date
2012-11-06 10:25:02 -0800 (Tue, 06 Nov 2012)

Log Message

[BlackBerry] Adding window.external to our port
https://bugs.webkit.org/show_bug.cgi?id=100868

Patch by Otto Derek Cheung <otche...@rim.com> on 2012-11-06
Reviewed by Rob Buis.

Patching the method names to match the ones in the spec.

* WebCoreSupport/ExternalExtension.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/ChangeLog (133633 => 133634)


--- trunk/Source/WebKit/blackberry/ChangeLog	2012-11-06 18:19:48 UTC (rev 133633)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2012-11-06 18:25:02 UTC (rev 133634)
@@ -1,3 +1,14 @@
+2012-11-06  Otto Derek Cheung  <otche...@rim.com>
+
+        [BlackBerry] Adding window.external to our port
+        https://bugs.webkit.org/show_bug.cgi?id=100868
+
+        Reviewed by Rob Buis.
+
+        Patching the method names to match the ones in the spec.
+
+        * WebCoreSupport/ExternalExtension.cpp:
+
 2012-11-06  Jacky Jiang  <zhaji...@rim.com>
 
         [BlackBerry] Page can't back to whole screen after zoom out and orientation change

Modified: trunk/Source/WebKit/blackberry/WebCoreSupport/ExternalExtension.cpp (133633 => 133634)


--- trunk/Source/WebKit/blackberry/WebCoreSupport/ExternalExtension.cpp	2012-11-06 18:19:48 UTC (rev 133633)
+++ trunk/Source/WebKit/blackberry/WebCoreSupport/ExternalExtension.cpp	2012-11-06 18:25:02 UTC (rev 133634)
@@ -108,8 +108,8 @@
 }
 
 static JSStaticFunction externalExtensionStaticFunctions[] = {
-    { "addSearchProvider", addSearchProviderMethod, kJSPropertyAttributeNone },
-    { "isSearchProviderInstalled", IsSearchProviderInstalledMethod, kJSPropertyAttributeReadOnly },
+    { "AddSearchProvider", addSearchProviderMethod, kJSPropertyAttributeNone },
+    { "IsSearchProviderInstalled", IsSearchProviderInstalledMethod, kJSPropertyAttributeReadOnly },
     { 0, 0, 0 }
 };
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to