removed GetJSWindow, moved to nsIPluginInstancePeer2

This commit is contained in:
beard%netscape.com 1999-03-25 03:32:22 +00:00
Родитель ec3cc96c61
Коммит 61fd0f92c7
2 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -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;
};
////////////////////////////////////////////////////////////////////////////////

Просмотреть файл

@ -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;
};
////////////////////////////////////////////////////////////////////////////////