Bug 518104 - Implement HTML5 changes to <script defer>. r=hsivonen, sr=mrbkap. (Tests fixed and code merged to tip by hsivonen.)
This commit is contained in:
@@ -98,7 +98,7 @@ nsSAXXMLReader::WillBuildModel(nsDTDMode)
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsSAXXMLReader::DidBuildModel()
|
||||
nsSAXXMLReader::DidBuildModel(PRBool aTerminated)
|
||||
{
|
||||
if (mContentHandler)
|
||||
return mContentHandler->EndDocument();
|
||||
|
||||
Reference in New Issue
Block a user