mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Fix merge bustage for bug 313309
This commit is contained in:
parent
5176b93796
commit
a1f185429a
@ -68,13 +68,6 @@ nsDirectionalFrame::GetType() const
|
||||
return nsLayoutAtoms::directionalFrame;
|
||||
}
|
||||
|
||||
const nsIID&
|
||||
nsDirectionalFrame::GetIID()
|
||||
{
|
||||
static nsIID iid = NS_DIRECTIONAL_FRAME_IID;
|
||||
return iid;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDirectionalFrame::QueryInterface(const nsIID& aIID, void** aInstancePtr)
|
||||
{
|
||||
|
@ -57,7 +57,7 @@ protected:
|
||||
public:
|
||||
nsDirectionalFrame(PRUnichar aChar);
|
||||
|
||||
static const nsIID& GetIID();
|
||||
NS_DECLARE_STATIC_IID_ACCESSOR(NS_DIRECTIONAL_FRAME_IID)
|
||||
|
||||
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
||||
|
||||
|
@ -43,7 +43,7 @@ class nsIPluginInstance;
|
||||
|
||||
// {F455B51F-7A1F-4bbe-B55D-679F033AD3FE}
|
||||
#define NS_IOBJECTFRAME_IID \
|
||||
{ 0xf455b51f, 0x7a1f, 0x4bbe, { 0xb5, 0x5d, 0x67, 0x9f, 0x3, 0x3a, 0xd3, 0xfe } };
|
||||
{ 0xf455b51f, 0x7a1f, 0x4bbe, { 0xb5, 0x5d, 0x67, 0x9f, 0x3, 0x3a, 0xd3, 0xfe } }
|
||||
|
||||
class nsIObjectFrame : public nsISupports {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user