mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Cleaning up this XUL command thing a bit.
This commit is contained in:
parent
6fd9954617
commit
c75da9c794
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user