Title: [117539] trunk/Source/WebKit2
Revision
117539
Author
ph...@webkit.org
Date
2012-05-17 21:41:07 -0700 (Thu, 17 May 2012)

Log Message

Unreviewed, WebKit2 GTK/Qt build fix attempt after r117516.

* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::didBlockInsecurePluginVersion):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (117538 => 117539)


--- trunk/Source/WebKit2/ChangeLog	2012-05-18 04:37:37 UTC (rev 117538)
+++ trunk/Source/WebKit2/ChangeLog	2012-05-18 04:41:07 UTC (rev 117539)
@@ -1,3 +1,10 @@
+2012-05-17  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, WebKit2 GTK/Qt build fix attempt after r117516.
+
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::didBlockInsecurePluginVersion):
+
 2012-05-17  Anders Carlsson  <ander...@apple.com>
 
         Plug-ins blacklist mechanism can tell clients about plug-in with null identifier

Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (117538 => 117539)


--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2012-05-18 04:37:37 UTC (rev 117538)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2012-05-18 04:41:07 UTC (rev 117539)
@@ -3627,9 +3627,9 @@
 {
     String pluginIdentifier;
     String pluginVersion;
+    String newMimeType = mimeType;
 
 #if PLATFORM(MAC)
-    String newMimeType = mimeType;
     PluginModuleInfo plugin = m_process->context()->pluginInfoStore().findPlugin(newMimeType, KURL(KURL(), urlString));
 
     pluginIdentifier = plugin.bundleIdentifier;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to