From 3ee5a73f3573d335aa1a003825f767b7c6bb4882 Mon Sep 17 00:00:00 2001 From: rickg Date: Wed, 15 Jul 1998 01:58:02 +0000 Subject: [PATCH] fixed linux tinderbox error git-svn-id: svn://10.0.0.236/trunk@5561 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp | 2 +- mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp b/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp index 3f1eb39b071..a0f5a191fd1 100644 --- a/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp +++ b/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp @@ -30,7 +30,7 @@ #include "nsHTMLContentSinkStream.h" #include "nsHTMLTokens.h" #include -#include "nsstring.h" +#include "nsString.h" #include "nsParserTypes.h" static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID); diff --git a/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp b/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp index 3f1eb39b071..a0f5a191fd1 100644 --- a/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp +++ b/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp @@ -30,7 +30,7 @@ #include "nsHTMLContentSinkStream.h" #include "nsHTMLTokens.h" #include -#include "nsstring.h" +#include "nsString.h" #include "nsParserTypes.h" static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);