removed GetJSWindow, moved to nsIPluginInstancePeer2

git-svn-id: svn://10.0.0.236/trunk@25035 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
1999-03-25 03:32:22 +00:00
parent fc704832a0
commit 27e9c3208e
2 changed files with 0 additions and 18 deletions

View File

@@ -136,15 +136,6 @@ public:
*/
NS_IMETHOD
SetWindowSize(PRUint32 width, PRUint32 height) = 0;
/**
* Get the JavaScript window object corresponding to this plugin instance.
*
* @param outJSWindow - the resulting JavaScript window object
* @result - NS_OK if this operation was successful
*/
NS_IMETHOD
GetJSWindow(JSObject* *outJSWindow) = 0;
};
////////////////////////////////////////////////////////////////////////////////

View File

@@ -136,15 +136,6 @@ public:
*/
NS_IMETHOD
SetWindowSize(PRUint32 width, PRUint32 height) = 0;
/**
* Get the JavaScript window object corresponding to this plugin instance.
*
* @param outJSWindow - the resulting JavaScript window object
* @result - NS_OK if this operation was successful
*/
NS_IMETHOD
GetJSWindow(JSObject* *outJSWindow) = 0;
};
////////////////////////////////////////////////////////////////////////////////