mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Fix extraneous semicolon
This commit is contained in:
parent
8ed570e4c1
commit
ea3df14d53
@ -61,7 +61,7 @@ class nsIFastLoadService;
|
||||
|
||||
// {F53A6C7E-0344-4543-9213-AFFFD30AC2BE}
|
||||
#define NS_IXULPROTOTYPECACHE_IID \
|
||||
{ 0xf53a6c7e, 0x344, 0x4543, { 0x92, 0x13, 0xaf, 0xff, 0xd3, 0xa, 0xc2, 0xbe } };
|
||||
{ 0xf53a6c7e, 0x344, 0x4543, { 0x92, 0x13, 0xaf, 0xff, 0xd3, 0xa, 0xc2, 0xbe } }
|
||||
|
||||
|
||||
class nsIXULPrototypeCache : public nsISupports
|
||||
|
@ -103,7 +103,7 @@ typedef class nsIFrame nsIBox;
|
||||
// {0a099557-d85a-4bb1-8932-65717f245564}
|
||||
#define NS_IFRAME_IID \
|
||||
{ 0x0a099557, 0xd85a, 0x4bb1, \
|
||||
{ 0x89, 0x32, 0x65, 0x71, 0x7f, 0x24, 0x55, 0x64 } };
|
||||
{ 0x89, 0x32, 0x65, 0x71, 0x7f, 0x24, 0x55, 0x64 } }
|
||||
|
||||
/**
|
||||
* Indication of how the frame can be split. This is used when doing runaround
|
||||
|
Loading…
Reference in New Issue
Block a user