mshtml: Don't declare empty interface for nsCycleCollectionISupports.

This commit is contained in:
Jacek Caban 2013-06-27 13:21:48 +02:00 committed by Alexandre Julliard
parent a87f401e7f
commit b3317c5bec
1 changed files with 2 additions and 7 deletions

View File

@ -3754,13 +3754,6 @@ interface nsIDocumentObserver : nsIMutationObserver
void AttemptToExecuteScript(nsIContent *aContent, nsIParser *aParser, bool *aBlock);
}
[
object,
uuid(c61eac14-5f7a-4481-965e-7eaa6effa85f),
local
]
interface nsCycleCollectionISupports {}
[
object,
uuid(3682dd99-8560-44f4-9b8f-ccce9d7b96fb),
@ -3786,3 +3779,5 @@ interface nsIPluginInstance : nsISupports
{
nsresult GetDOMElement(nsIDOMElement **aDOMElement);
}
cpp_quote("DEFINE_GUID(IID_nsCycleCollectionISupports, 0xc61eac14,0x5f7a,0x4481,0x96,0x5e,0x7e,0xaa,0x6e,0xff,0xa8,0x5f);")