Title: [150151] trunk/Source/WebKit2
Revision
150151
Author
[email protected]
Date
2013-05-15 14:53:58 -0700 (Wed, 15 May 2013)

Log Message

WKPageGetPluginInformationDisplayNameKey doesn't return the right key
https://bugs.webkit.org/show_bug.cgi?id=116188

Reviewed by Andreas Kling.

* UIProcess/API/C/WKPage.cpp:
(WKPageGetPluginInformationDisplayNameKey):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (150150 => 150151)


--- trunk/Source/WebKit2/ChangeLog	2013-05-15 21:51:16 UTC (rev 150150)
+++ trunk/Source/WebKit2/ChangeLog	2013-05-15 21:53:58 UTC (rev 150151)
@@ -1,3 +1,13 @@
+2013-05-15  Anders Carlsson  <[email protected]>
+
+        WKPageGetPluginInformationDisplayNameKey doesn't return the right key
+        https://bugs.webkit.org/show_bug.cgi?id=116188
+
+        Reviewed by Andreas Kling.
+
+        * UIProcess/API/C/WKPage.cpp:
+        (WKPageGetPluginInformationDisplayNameKey):
+
 2013-05-15  Alexey Proskuryakov  <[email protected]>
 
         More fixing after WebProcessShim renaming in r149074.

Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp (150150 => 150151)


--- trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp	2013-05-15 21:51:16 UTC (rev 150150)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp	2013-05-15 21:53:58 UTC (rev 150151)
@@ -865,7 +865,7 @@
 
 WKStringRef WKPageGetPluginInformationDisplayNameKey()
 {
-    return WKPluginInformationBundleVersionKey();
+    return WKPluginInformationDisplayNameKey();
 }
 
 WKStringRef WKPageGetPluginInformationFrameURLKey()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to