From 9398e6b4f3102dbda7c329cd844dc33f23419e65 Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Sat, 11 Mar 2000 01:30:04 +0000 Subject: [PATCH] GetWebShell became GetDocShell to continue the conversion to talking in terms of DocShells instead of webShells. --- layout/forms/nsITextControlFrame.h | 4 ++-- layout/html/forms/public/nsIGfxTextControlFrame.h | 4 ++-- layout/html/forms/public/nsITextControlFrame.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layout/forms/nsITextControlFrame.h b/layout/forms/nsITextControlFrame.h index 9c83157d782d..c48d5f47b215 100644 --- a/layout/forms/nsITextControlFrame.h +++ b/layout/forms/nsITextControlFrame.h @@ -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; }; diff --git a/layout/html/forms/public/nsIGfxTextControlFrame.h b/layout/html/forms/public/nsIGfxTextControlFrame.h index 9c83157d782d..c48d5f47b215 100644 --- a/layout/html/forms/public/nsIGfxTextControlFrame.h +++ b/layout/html/forms/public/nsIGfxTextControlFrame.h @@ -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; }; diff --git a/layout/html/forms/public/nsITextControlFrame.h b/layout/html/forms/public/nsITextControlFrame.h index 9c83157d782d..c48d5f47b215 100644 --- a/layout/html/forms/public/nsITextControlFrame.h +++ b/layout/html/forms/public/nsITextControlFrame.h @@ -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; };