From 4339568eee0a47dd135f58dc9e778ffd560da8e4 Mon Sep 17 00:00:00 2001 From: "roc+%cs.cmu.edu" Date: Tue, 19 Sep 2006 23:54:28 +0000 Subject: [PATCH] Update nsIFrame IID git-svn-id: svn://10.0.0.236/trunk@212036 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsIFrame.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/layout/generic/nsIFrame.h b/mozilla/layout/generic/nsIFrame.h index 470a6529cd0..0fad748aeed 100644 --- a/mozilla/layout/generic/nsIFrame.h +++ b/mozilla/layout/generic/nsIFrame.h @@ -100,10 +100,10 @@ struct nsMargin; typedef class nsIFrame nsIBox; // IID for the nsIFrame interface -// {5380CA45-0704-4bbe-84DD-62DC86A7ABBE} +// {7a2119bf-6c4e-4d11-afcd-1dce2eef1676} #define NS_IFRAME_IID \ -{ 0x5380ca45, 0x704, 0x4bbe, \ - { 0x84, 0xdd, 0x62, 0xdc, 0x86, 0xa7, 0xab, 0xbe } }; +{ 0x7a2119bf, 0x6c4e, 0x4d11, \ + { 0xaf, 0xcd, 0x1d, 0xce, 0x2e, 0xef, 0x16, 0x76 } }; /** * Indication of how the frame can be split. This is used when doing runaround