зеркало из https://github.com/mozilla/pjs.git
Fix for bug #93109: Orphaned #endif's in IDLs crashes xpidl during build
Removed bogus #endif statements in: mozilla/editor/idl/nsIEditorIMESupport.idl mozilla/editor/idl/nsITableEditor.idl mozilla/editor/txmgr/idl/nsITransactionManager.idl sr=waterson@netscape.com
This commit is contained in:
Родитель
d3319276da
Коммит
6398cb9d59
|
@ -75,5 +75,3 @@ interface nsIEditorIMESupport : nsISupports
|
|||
[noscript] void GetReconversionString(in nsReconversionEventReplyPtr aReply);
|
||||
};
|
||||
|
||||
|
||||
#endif // nsIEditorIMESupport_h__
|
||||
|
|
|
@ -328,4 +328,3 @@ interface nsITableEditor : nsISupports
|
|||
void GetNextSelectedCell(nsIDOMElement **aCell, nsIDOMRange **aRange);
|
||||
};
|
||||
|
||||
#endif // nsITableEditor_h__
|
||||
|
|
|
@ -155,5 +155,3 @@ interface nsITransactionManager : nsISupports
|
|||
void RemoveListener(in nsITransactionListener aListener);
|
||||
};
|
||||
|
||||
#endif // nsITransactionManager_h__
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче