mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Fixing build bustage
This commit is contained in:
parent
027294b9e8
commit
3a730c3b02
@ -57,12 +57,12 @@
|
||||
// {22039D29-2798-4412-9EA6-A11B41BA27D0}
|
||||
#define NS_IPARSER_IID \
|
||||
{ 0x22039d29, 0x2798, 0x4412, \
|
||||
{ 0x9e, 0xa6, 0xa1, 0x1b, 0x41, 0xba, 0x27, 0xd0 } };
|
||||
{ 0x9e, 0xa6, 0xa1, 0x1b, 0x41, 0xba, 0x27, 0xd0 } }
|
||||
|
||||
// {41421C60-310A-11d4-816F-000064657374}
|
||||
#define NS_IDEBUG_DUMP_CONTENT_IID \
|
||||
{ 0x41421c60, 0x310a, 0x11d4, \
|
||||
{ 0x81, 0x6f, 0x0, 0x0, 0x64, 0x65, 0x73, 0x74 } };
|
||||
{ 0x81, 0x6f, 0x0, 0x0, 0x64, 0x65, 0x73, 0x74 } }
|
||||
|
||||
class nsIContentSink;
|
||||
class nsIRequestObserver;
|
||||
|
Loading…
Reference in New Issue
Block a user