| Index: third_party/WebKit/WebCore/bindings/js/ScriptController.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/bindings/js/ScriptController.h (revision 9118)
|
| +++ third_party/WebKit/WebCore/bindings/js/ScriptController.h (working copy)
|
| @@ -127,6 +127,8 @@
|
| WebScriptObject* windowScriptObject();
|
| #endif
|
|
|
| + JSC::JSObject* jsObjectForPluginElement(HTMLPlugInElement*);
|
| +
|
| #if ENABLE(NETSCAPE_PLUGIN_API)
|
| NPObject* createScriptObjectForPluginElement(HTMLPlugInElement*);
|
| NPObject* windowScriptNPObject();
|
|
|