Bug 351479 - Missed equivalent fix in Cocoa file. This should fix XULRunner tbox bustage. r=joshmoz.

This commit is contained in:
pedemont%us.ibm.com 2006-10-03 15:08:03 +00:00
parent 84bd135fb6
commit 5d079eb8f8

View File

@ -81,7 +81,7 @@ interface nsIChangeObserver : nsISupports
// every menu/item from getting a call when any change to the document happens.
//
[scriptable, uuid(fb31c7e0-1dd1-11b2-8a61-f4697ef53c88)]
[uuid(fb31c7e0-1dd1-11b2-8a61-f4697ef53c88)]
interface nsIChangeManager : nsISupports
{
void Register ( in nsIContent aContent, in nsIChangeObserver aMenuObject ) ;