Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
git-svn-id: svn://10.0.0.236/trunk@138957 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -193,7 +193,7 @@ MyPrefChangedCallback(const char*aPrefName, void* instance_data)
|
||||
// ==================================================================
|
||||
// =
|
||||
// ==================================================================
|
||||
NS_EXPORT nsresult
|
||||
nsresult
|
||||
NS_NewHTMLDocument(nsIDocument** aInstancePtrResult)
|
||||
{
|
||||
nsHTMLDocument* doc = new nsHTMLDocument();
|
||||
|
||||
Reference in New Issue
Block a user