Index: Source/core/html/parser/HTMLParserOptions.cpp |
diff --git a/Source/core/html/parser/HTMLParserOptions.cpp b/Source/core/html/parser/HTMLParserOptions.cpp |
index 64a3f4d8aa74308f684b9dbac02f3b3bffae584e..711d22f3f7158c2288cce9e12bc64412be6e2d4d 100644 |
--- a/Source/core/html/parser/HTMLParserOptions.cpp |
+++ b/Source/core/html/parser/HTMLParserOptions.cpp |
@@ -49,7 +49,7 @@ HTMLParserOptions::HTMLParserOptions(Document* document) |
// frame) so the second case should go away eventually. |
// FIXME: Gecko does not load javascript: urls synchronously, why do we? |
// See LayoutTests/loader/iframe-sync-loads.html |
- useThreading = document && document->frame() && !document->url().isAboutBlankURL(); |
+ useThreading = document && !document->url().isAboutBlankURL(); |
} |
} |