mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
No bug - Fix typo in nsISlowScriptDebug.idl (r=billm)
This commit is contained in:
parent
1077df679e
commit
46d0af0479
@ -14,7 +14,7 @@ interface nsISlowScriptDebugCallback : nsISupports
|
||||
};
|
||||
|
||||
[scriptable, function, uuid(b1c6ecd0-8fa4-11e4-b4a9-0800200c9a66)]
|
||||
interface nsISlowScriptDebugerStartupCallback : nsISupports
|
||||
interface nsISlowScriptDebuggerStartupCallback : nsISupports
|
||||
{
|
||||
void finishDebuggerStartup();
|
||||
};
|
||||
@ -23,7 +23,7 @@ interface nsISlowScriptDebugerStartupCallback : nsISupports
|
||||
interface nsISlowScriptDebugRemoteCallback : nsISupports
|
||||
{
|
||||
void handleSlowScriptDebug(in nsIDOMEventTarget aBrowser,
|
||||
in nsISlowScriptDebugerStartupCallback aCallback);
|
||||
in nsISlowScriptDebuggerStartupCallback aCallback);
|
||||
};
|
||||
|
||||
[scriptable, uuid(f75d4164-3aa7-4395-ba44-a5f95b2e8427)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user