Bug 482919 - Add speculative parsing to the HTML5 parser. r=bnewman.

This commit is contained in:
Henri Sivonen
2009-10-12 16:08:04 +03:00
parent 87b1f6516d
commit e5e8f90558
20 changed files with 934 additions and 215 deletions

View File

@@ -88,9 +88,6 @@ nsHtml5TreeOperation::~nsHtml5TreeOperation()
case eTreeOpNeedsCharsetSwitchTo:
delete[] mOne.charPtr;
break;
case eTreeOpRunScript:
delete mTwo.state;
break;
default: // keep the compiler happy
break;
}