зеркало из https://github.com/mozilla/pjs.git
Cleaning up this XUL command thing a bit.
This commit is contained in:
Родитель
1997656007
Коммит
0ffe2da7fc
|
@ -187,12 +187,6 @@ NS_IMETHODIMP nsXULCommand::SetDOMElement(nsIDOMElement * aDOMElement)
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
NS_IMETHODIMP nsXULCommand::ExecuteJavaScriptString(nsIWebShell* aWebShell, nsString& aJavaScript)
|
||||
{
|
||||
return NS_OK; // XXX Kill this method. It's worthless.
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// nsIMenuListener Method(s)
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -69,8 +69,7 @@ public:
|
|||
virtual nsEventStatus MenuDestruct(const nsMenuEvent & aMenuEvent);
|
||||
|
||||
protected:
|
||||
NS_IMETHOD ExecuteJavaScriptString(nsIWebShell* aWebShell, nsString& aJavaScript);
|
||||
|
||||
|
||||
nsString mCommandStr;
|
||||
nsIWebShell * mWebShell;
|
||||
nsIDOMElement * mDOMElement;
|
||||
|
|
Загрузка…
Ссылка в новой задаче