Fixing comments.

git-svn-id: svn://10.0.0.236/trunk@153454 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com 2004-03-03 04:01:33 +00:00
parent 5ff0d0578c
commit d13d172f7d

View File

@ -74,7 +74,7 @@ public:
virtual nsIDocShell *GetDocShell() = 0;
virtual void SetOpenerWindow(nsIDOMWindowInternal *aOpener)=0;
/**
/**
* Let the script global object know who its owner is.
* The script global object should not addref the owner. It
* will be told when the owner goes away.
@ -105,7 +105,7 @@ public:
virtual void OnFinalize(JSObject *aJSObject) = 0;
/**
* Called when scripts are enabled/disabled.
* Called to enable/disable scripts.
*/
virtual void SetScriptsEnabled(PRBool aEnabled, PRBool aFireTimeouts) = 0;
};