From b2462245943867454e26511dce73832f85b3c421 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Tue, 10 Apr 2001 03:29:23 +0000 Subject: [PATCH] Fix win32 bustage. --- chrome/public/nsIChromeRegistry.idl | 2 +- chrome/src/nsChromeRegistry.cpp | 1 + rdf/chrome/public/nsIChromeRegistry.idl | 2 +- rdf/chrome/src/nsChromeRegistry.cpp | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chrome/public/nsIChromeRegistry.idl b/chrome/public/nsIChromeRegistry.idl index 82d40d8fbf3..42e28054e72 100644 --- a/chrome/public/nsIChromeRegistry.idl +++ b/chrome/public/nsIChromeRegistry.idl @@ -26,7 +26,7 @@ #include "nsIURL.idl" #include "nsIEnumerator.idl" #include "nsISupportsArray.idl" -#include "nsIDocShell.idl" +interface nsIDocShell; [scriptable, uuid(D8C7D8A1-E84C-11d2-BF87-00105A1B0627)] interface nsIChromeRegistry : nsISupports diff --git a/chrome/src/nsChromeRegistry.cpp b/chrome/src/nsChromeRegistry.cpp index 347f562cc2f..14bb68a7d2e 100644 --- a/chrome/src/nsChromeRegistry.cpp +++ b/chrome/src/nsChromeRegistry.cpp @@ -68,6 +68,7 @@ #include "nsIHTMLStyleSheet.h" #include "nsIHTMLContentContainer.h" #include "nsIPresShell.h" +#include "nsIDocShell.h" #include "nsIStyleSet.h" #include "nsISupportsArray.h" #include "nsICSSLoader.h" diff --git a/rdf/chrome/public/nsIChromeRegistry.idl b/rdf/chrome/public/nsIChromeRegistry.idl index 82d40d8fbf3..42e28054e72 100644 --- a/rdf/chrome/public/nsIChromeRegistry.idl +++ b/rdf/chrome/public/nsIChromeRegistry.idl @@ -26,7 +26,7 @@ #include "nsIURL.idl" #include "nsIEnumerator.idl" #include "nsISupportsArray.idl" -#include "nsIDocShell.idl" +interface nsIDocShell; [scriptable, uuid(D8C7D8A1-E84C-11d2-BF87-00105A1B0627)] interface nsIChromeRegistry : nsISupports diff --git a/rdf/chrome/src/nsChromeRegistry.cpp b/rdf/chrome/src/nsChromeRegistry.cpp index 347f562cc2f..14bb68a7d2e 100644 --- a/rdf/chrome/src/nsChromeRegistry.cpp +++ b/rdf/chrome/src/nsChromeRegistry.cpp @@ -68,6 +68,7 @@ #include "nsIHTMLStyleSheet.h" #include "nsIHTMLContentContainer.h" #include "nsIPresShell.h" +#include "nsIDocShell.h" #include "nsIStyleSet.h" #include "nsISupportsArray.h" #include "nsICSSLoader.h"