From 653d5721042d3596f4e4f68d812de0047060ccb9 Mon Sep 17 00:00:00 2001 From: darin Date: Tue, 31 Oct 2006 05:45:25 +0000 Subject: [PATCH] * Plugins/WebBaseNetscapePluginView.mm: (-[WebBaseNetscapePluginView evaluateJavaScriptPluginRequest:]): Fix comment. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17470 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKit/ChangeLog | 6 ++++++ WebKit/Plugins/WebBaseNetscapePluginView.mm | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog index 5c83ba186fe5..13894e61de0a 100644 --- a/WebKit/ChangeLog +++ b/WebKit/ChangeLog @@ -1,3 +1,9 @@ +2006-10-30 Darin Adler + + * Plugins/WebBaseNetscapePluginView.mm: + (-[WebBaseNetscapePluginView evaluateJavaScriptPluginRequest:]): + Fix comment. + 2006-10-30 John Sullivan Reviewed by Geoff Garen diff --git a/WebKit/Plugins/WebBaseNetscapePluginView.mm b/WebKit/Plugins/WebBaseNetscapePluginView.mm index 4a758707e679..59e3763b1325 100644 --- a/WebKit/Plugins/WebBaseNetscapePluginView.mm +++ b/WebKit/Plugins/WebBaseNetscapePluginView.mm @@ -1792,8 +1792,7 @@ static OSStatus TSMEventHandler(EventHandlerCallRef inHandlerRef, EventRef inEve } if ([JSPluginRequest frameName] != nil) { - // FIXME: If the result is a string, we probably want to put that string into the frame, just - // like we do in KHTMLPartBrowserExtension::openURLRequest. + // FIXME: If the result is a string, we probably want to put that string into the frame. if ([JSPluginRequest sendNotification]) { [self willCallPlugInFunction]; NPP_URLNotify(instance, [URL _web_URLCString], NPRES_DONE, [JSPluginRequest notifyData]); -- 2.36.0