Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj

This commit is contained in:
Birunthan Mohanathas
2014-04-27 03:06:00 -04:00
parent 26792567f5
commit eeb9aaaa94
1104 changed files with 2667 additions and 2673 deletions

View File

@@ -73,8 +73,8 @@ NS_IMPL_CYCLE_COLLECTING_ADDREF(nsHtml5StreamParser)
NS_IMPL_CYCLE_COLLECTING_RELEASE(nsHtml5StreamParser)
NS_INTERFACE_TABLE_HEAD(nsHtml5StreamParser)
NS_INTERFACE_TABLE1(nsHtml5StreamParser,
nsICharsetDetectionObserver)
NS_INTERFACE_TABLE(nsHtml5StreamParser,
nsICharsetDetectionObserver)
NS_INTERFACE_TABLE_TO_MAP_SEGUE_CYCLE_COLLECTION(nsHtml5StreamParser)
NS_INTERFACE_MAP_END