GetWebShell became GetDocShell to continue the conversion to talking in terms of DocShells instead of webShells.
git-svn-id: svn://10.0.0.236/trunk@62609 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7b6dc3a877
commit
dab65a7998
@ -23,7 +23,7 @@
|
||||
#include "nsISupports.h"
|
||||
|
||||
class nsIEditor;
|
||||
class nsIWebShell;
|
||||
class nsIDocShell;
|
||||
|
||||
#define NS_IGFXTEXTCONTROLFRAME_IID \
|
||||
{/* d3ea33ea-9e00-11d3-bccc-0060b0fc76bd*/ \
|
||||
@ -36,6 +36,6 @@ public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IGFXTEXTCONTROLFRAME_IID; return iid; }
|
||||
|
||||
NS_IMETHOD GetEditor(nsIEditor **aEditor) = 0;
|
||||
NS_IMETHOD GetWebShell(nsIWebShell** aWebShell) = 0;
|
||||
NS_IMETHOD GetDocShell(nsIDocShell** aDocShell) = 0;
|
||||
NS_IMETHOD SetInnerFocus() = 0;
|
||||
};
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include "nsISupports.h"
|
||||
|
||||
class nsIEditor;
|
||||
class nsIWebShell;
|
||||
class nsIDocShell;
|
||||
|
||||
#define NS_IGFXTEXTCONTROLFRAME_IID \
|
||||
{/* d3ea33ea-9e00-11d3-bccc-0060b0fc76bd*/ \
|
||||
@ -36,6 +36,6 @@ public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IGFXTEXTCONTROLFRAME_IID; return iid; }
|
||||
|
||||
NS_IMETHOD GetEditor(nsIEditor **aEditor) = 0;
|
||||
NS_IMETHOD GetWebShell(nsIWebShell** aWebShell) = 0;
|
||||
NS_IMETHOD GetDocShell(nsIDocShell** aDocShell) = 0;
|
||||
NS_IMETHOD SetInnerFocus() = 0;
|
||||
};
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include "nsISupports.h"
|
||||
|
||||
class nsIEditor;
|
||||
class nsIWebShell;
|
||||
class nsIDocShell;
|
||||
|
||||
#define NS_IGFXTEXTCONTROLFRAME_IID \
|
||||
{/* d3ea33ea-9e00-11d3-bccc-0060b0fc76bd*/ \
|
||||
@ -36,6 +36,6 @@ public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IGFXTEXTCONTROLFRAME_IID; return iid; }
|
||||
|
||||
NS_IMETHOD GetEditor(nsIEditor **aEditor) = 0;
|
||||
NS_IMETHOD GetWebShell(nsIWebShell** aWebShell) = 0;
|
||||
NS_IMETHOD GetDocShell(nsIDocShell** aDocShell) = 0;
|
||||
NS_IMETHOD SetInnerFocus() = 0;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user