Back out 88733ce1bef3 (bug 718440) because of Windows build failure

This commit is contained in:
Matt Brubeck
2012-01-17 15:15:47 -08:00
parent 818799a2f9
commit ddcbb8cdf0
20 changed files with 13 additions and 64 deletions

View File

@@ -59,7 +59,6 @@
#include "nsHtml5StreamParser.h"
#include "mozilla/css/Loader.h"
#include "mozilla/Util.h" // DebugOnly
#include "sampler.h"
using namespace mozilla;
@@ -427,7 +426,6 @@ class nsHtml5FlushLoopGuard
void
nsHtml5TreeOpExecutor::RunFlushLoop()
{
SAMPLE_LABEL("html5", "RunFlushLoop");
if (mRunFlushLoopOnStack) {
// There's already a RunFlushLoop() on the call stack.
return;