(-[WebBaseNetscapePluginView evaluateJavaScriptPluginRequest:]):
Fix comment.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17470
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-30 Darin Adler <darin@apple.com>
+
+ * Plugins/WebBaseNetscapePluginView.mm:
+ (-[WebBaseNetscapePluginView evaluateJavaScriptPluginRequest:]):
+ Fix comment.
+
2006-10-30 John Sullivan <sullivan@apple.com>
Reviewed by Geoff Garen
}
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]);