diff --git a/htmlparser/src/nsElementTable.cpp b/htmlparser/src/nsElementTable.cpp index e3a7f36258e..d1684f574ec 100644 --- a/htmlparser/src/nsElementTable.cpp +++ b/htmlparser/src/nsElementTable.cpp @@ -32,7 +32,7 @@ * @param * @return */ -inline PRBool CTagList::Contains(eHTMLTags aTag){ +PRBool CTagList::Contains(eHTMLTags aTag){ PRBool result=PR_FALSE; if(mTagList) { result=FindTagInSet(aTag,mTagList,mCount); diff --git a/htmlparser/src/nsElementTable.h b/htmlparser/src/nsElementTable.h index ac92ffedf92..1a676a3a3a9 100644 --- a/htmlparser/src/nsElementTable.h +++ b/htmlparser/src/nsElementTable.h @@ -48,7 +48,7 @@ public: PRInt32 GetTopmostIndexOf(nsTagStack& aTagStack); PRInt32 GetBottommostIndexOf(nsTagStack& aTagStack,PRInt32 aStartOffset); - inline PRBool Contains(eHTMLTags aTag); + PRBool Contains(eHTMLTags aTag); eHTMLTags mTags[5]; eHTMLTags* mTagList; @@ -128,4 +128,4 @@ static const int kDiscardTag = 0x0001; //tells us to toss this tag static const int kOmitEndTag = 0x0002; //safely ignore end tag -#endif \ No newline at end of file +#endif diff --git a/parser/htmlparser/src/nsElementTable.cpp b/parser/htmlparser/src/nsElementTable.cpp index e3a7f36258e..d1684f574ec 100644 --- a/parser/htmlparser/src/nsElementTable.cpp +++ b/parser/htmlparser/src/nsElementTable.cpp @@ -32,7 +32,7 @@ * @param * @return */ -inline PRBool CTagList::Contains(eHTMLTags aTag){ +PRBool CTagList::Contains(eHTMLTags aTag){ PRBool result=PR_FALSE; if(mTagList) { result=FindTagInSet(aTag,mTagList,mCount); diff --git a/parser/htmlparser/src/nsElementTable.h b/parser/htmlparser/src/nsElementTable.h index ac92ffedf92..1a676a3a3a9 100644 --- a/parser/htmlparser/src/nsElementTable.h +++ b/parser/htmlparser/src/nsElementTable.h @@ -48,7 +48,7 @@ public: PRInt32 GetTopmostIndexOf(nsTagStack& aTagStack); PRInt32 GetBottommostIndexOf(nsTagStack& aTagStack,PRInt32 aStartOffset); - inline PRBool Contains(eHTMLTags aTag); + PRBool Contains(eHTMLTags aTag); eHTMLTags mTags[5]; eHTMLTags* mTagList; @@ -128,4 +128,4 @@ static const int kDiscardTag = 0x0001; //tells us to toss this tag static const int kOmitEndTag = 0x0002; //safely ignore end tag -#endif \ No newline at end of file +#endif