Bug 938393 - properly rev the nsIWindowWatcher uuid - no review, bustage fix on a CLOSED TREE

This commit is contained in:
Benoit Jacob 2013-11-15 13:24:35 -05:00
Родитель 460fe2b239
Коммит 62c456f386
1 изменённых файлов: 1 добавлений и 6 удалений

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

@ -36,8 +36,7 @@ interface nsIWindowCreator;
* This component must be initialized at application startup by calling
* setWindowCreator.
*/
[scriptable, uuid(002286a8-494b-43b3-8ddd-49e3fc50622b)]
[scriptable, uuid(67bc1691-fbaf-484a-a15b-c96212b45034)]
interface nsIWindowWatcher : nsISupports {
/** Create a new window. It will automatically be added to our list
@ -163,9 +162,5 @@ interface nsIWindowWatcher : nsISupports {
};
%{C++
#define NS_WINDOWWATCHER_IID \
{0x965c032f, 0xdede, 0x4ec8, {0x81, 0xc1, 0x4d, 0x39, 0xaa, 0x8a, 0xa8, 0xfb}}
#define NS_WINDOWWATCHER_CONTRACTID "@mozilla.org/embedcomp/window-watcher;1"
%}