Title: [144983] branches/safari-534.59-branch/Source/WebKit2
Revision
144983
Author
[email protected]
Date
2013-03-06 14:33:23 -0800 (Wed, 06 Mar 2013)

Log Message

<rdar://problem/13360535> - Bogus MESSAGE_CHECK in WebPageProxy::getPluginPath

Rubberstamped by Anders Carlsson.

* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::getPluginPath): Nuke a bogus MESSAGE_CHECK.

Modified Paths

Diff

Modified: branches/safari-534.59-branch/Source/WebKit2/ChangeLog (144982 => 144983)


--- branches/safari-534.59-branch/Source/WebKit2/ChangeLog	2013-03-06 22:26:51 UTC (rev 144982)
+++ branches/safari-534.59-branch/Source/WebKit2/ChangeLog	2013-03-06 22:33:23 UTC (rev 144983)
@@ -1,3 +1,12 @@
+2013-03-06  Brady Eidson  <[email protected]>
+
+        <rdar://problem/13360535> - Bogus MESSAGE_CHECK in WebPageProxy::getPluginPath
+
+        Rubberstamped by Anders Carlsson.
+
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::getPluginPath): Nuke a bogus MESSAGE_CHECK.
+
 2013-03-05  Brady Eidson  <[email protected]>
 
         534.59 branch needs to handle API clients with a non-zero version number

Modified: branches/safari-534.59-branch/Source/WebKit2/UIProcess/WebPageProxy.cpp (144982 => 144983)


--- branches/safari-534.59-branch/Source/WebKit2/UIProcess/WebPageProxy.cpp	2013-03-06 22:26:51 UTC (rev 144982)
+++ branches/safari-534.59-branch/Source/WebKit2/UIProcess/WebPageProxy.cpp	2013-03-06 22:33:23 UTC (rev 144983)
@@ -923,8 +923,6 @@
 #if ENABLE(NETSCAPE_PLUGIN_API)
 void WebPageProxy::getPluginPath(const String& mimeType, const String& urlString, const String& frameURLString, const String& pageURLString, String& pluginPath, uint32_t& pluginLoadPolicy)
 {
-    MESSAGE_CHECK(urlString);
-
     String newMimeType = mimeType.lower();
 
     pluginLoadPolicy = PluginModuleLoadNormally;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to