diff --git a/mozilla/content/xul/document/public/nsIXULPrototypeCache.h b/mozilla/content/xul/document/public/nsIXULPrototypeCache.h index 4abaf364a9e..c5adc6a864f 100644 --- a/mozilla/content/xul/document/public/nsIXULPrototypeCache.h +++ b/mozilla/content/xul/document/public/nsIXULPrototypeCache.h @@ -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 diff --git a/mozilla/layout/generic/nsIFrame.h b/mozilla/layout/generic/nsIFrame.h index a3a33624972..0d3a84dcad8 100644 --- a/mozilla/layout/generic/nsIFrame.h +++ b/mozilla/layout/generic/nsIFrame.h @@ -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