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:
Jonas Sicking
2009-10-02 14:13:59 +03:00
parent 53d5c38756
commit 90b687402b
29 changed files with 95 additions and 136 deletions

View File

@@ -98,7 +98,7 @@ nsSAXXMLReader::WillBuildModel(nsDTDMode)
}
NS_IMETHODIMP
nsSAXXMLReader::DidBuildModel()
nsSAXXMLReader::DidBuildModel(PRBool aTerminated)
{
if (mContentHandler)
return mContentHandler->EndDocument();