Bug 475898 - jsdIDebuggerService.idl changed without changing uuid, r+sr=bz

This commit is contained in:
timeless@mozdev.org 2009-02-04 22:43:56 -08:00
Родитель 5789c144c5
Коммит 44c6d6b27c
1 изменённых файлов: 8 добавлений и 8 удалений

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

@ -77,7 +77,7 @@ interface jsdIProperty;
* Debugger service. It's not a good idea to have more than one active client of
* the debugger service.
*/
[scriptable, uuid(39c87dbc-85b6-41e3-9f69-beb8b1b27570)]
[scriptable, uuid(e86c0173-49e2-48f3-b53f-b5b2691a7e45)]
interface jsdIDebuggerService : nsISupports
{
/** Internal use only. */
@ -271,13 +271,6 @@ interface jsdIDebuggerService : nsISupports
*/
void GC();
/**
* Output dump of JS heap.
*
* @param fileName Filename to dump the heap into.
*/
void DumpHeap(in AUTF8String fileName);
/**
* Clear profile data for all scripts.
*/
@ -388,6 +381,13 @@ interface jsdIDebuggerService : nsISupports
* nested. your code can use it for sanity checks.
*/
unsigned long exitNestedEventLoop ();
/**
* Output dump of JS heap.
*
* @param fileName Filename to dump the heap into.
*/
void dumpHeap (in AUTF8String fileName);
};
/* callback interfaces */