Back out 75ace50df008 to try to fix failures after last central/inbound merge on a CLOSED TREE

This commit is contained in:
Matt Brubeck
2011-11-16 11:50:48 -08:00
parent 76ff2c1e9c
commit 20044ae2a1
23 changed files with 65 additions and 384 deletions

View File

@@ -737,10 +737,10 @@ nsHtml5TreeOpExecutor::RunScript(nsIContent* aScriptElement)
return;
}
if (mPreventScriptExecution) {
sele->PreventExecution();
}
if (mFragmentMode) {
if (mPreventScriptExecution) {
sele->PreventExecution();
}
return;
}