diff --git a/mozilla/content/xml/document/src/nsXMLContentSink.cpp b/mozilla/content/xml/document/src/nsXMLContentSink.cpp index 2f45aa92e07..99ecf950754 100644 --- a/mozilla/content/xml/document/src/nsXMLContentSink.cpp +++ b/mozilla/content/xml/document/src/nsXMLContentSink.cpp @@ -399,7 +399,7 @@ nsXMLContentSink::DidBuildModel(PRInt32 aQualityLevel) loader->RemoveObserver(this); } - PRUint32 documentLoadType; + PRUint32 documentLoadType = 0; if (mWebShell) { nsCOMPtr docShell(do_QueryInterface(mWebShell)); if (docShell) {