- fix a regression from r30741: a crash under
WebFrameLoaderClient::createPlugin() when showing a Mail message with
an attachment
* WebCoreSupport/WebFrameLoaderClient.mm:
(WebFrameLoaderClient::createPlugin):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@30856
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-03-06 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Darin Adler.
+
+ - fix a regression from r30741: a crash under
+ WebFrameLoaderClient::createPlugin() when showing a Mail message with
+ an attachment
+
+ * WebCoreSupport/WebFrameLoaderClient.mm:
+ (WebFrameLoaderClient::createPlugin):
+
2008-03-06 Darin Adler <darin@apple.com>
- fix Tiger build
attributes, WebPlugInAttributesKey,
[NSNumber numberWithInt:loadManually ? WebPlugInModeFull : WebPlugInModeEmbed], WebPlugInModeKey,
[NSNumber numberWithBool:!loadManually], WebPlugInShouldLoadMainResourceKey,
- element, WebPlugInContainingElementKey,
+ kit(element), WebPlugInContainingElementKey,
URL, WebPlugInBaseURLKey, // URL might be nil, so add it last
nil];