From 933fb536bce9d29c42a0d21029fb893ce612a701 Mon Sep 17 00:00:00 2001 From: mjs Date: Fri, 11 Mar 2005 01:27:18 +0000 Subject: [PATCH] Reviewed by Vicki. REGRESSION (TOT): All Flash and Shockwave plugin-based web content missing * Plugins.subproj/WebNetscapePluginStream.m: (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8855 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKit/ChangeLog | 9 +++++++++ WebKit/Plugins.subproj/WebNetscapePluginStream.m | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog index 15d63d3c71e1..c75c735f88b2 100644 --- a/WebKit/ChangeLog +++ b/WebKit/ChangeLog @@ -1,3 +1,12 @@ +2005-03-10 Maciej Stachowiak + + Reviewed by Vicki. + + REGRESSION (TOT): All Flash and Shockwave plugin-based web content missing + + * Plugins.subproj/WebNetscapePluginStream.m: + (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): + === Safari-405 === 2005-03-10 John Sullivan diff --git a/WebKit/Plugins.subproj/WebNetscapePluginStream.m b/WebKit/Plugins.subproj/WebNetscapePluginStream.m index 1097385afa80..3072c6d1f645 100644 --- a/WebKit/Plugins.subproj/WebNetscapePluginStream.m +++ b/WebKit/Plugins.subproj/WebNetscapePluginStream.m @@ -39,7 +39,7 @@ WebBridge *bridge = [[view webFrame] _bridge]; BOOL hideReferrer; - if (![bridge canLoadURL:[request URL] fromReferrer:[bridge referrer] hideReferrer:&hideReferrer]) + if (![bridge canLoadURL:[theRequest URL] fromReferrer:[bridge referrer] hideReferrer:&hideReferrer]) return nil; if ([self initWithRequestURL:[theRequest URL] -- 2.36.0