Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: Source/core/html/imports/HTMLImportStateResolver.h

Issue 238923009: HTML Imports: No more BlockingDocumentCreation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed the build breakage Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/imports/HTMLImportStateResolver.h
diff --git a/Source/core/html/imports/HTMLImportStateResolver.h b/Source/core/html/imports/HTMLImportStateResolver.h
index f68ac99a3b77a8880b8cc95b42c94bfac9565c9d..0850380bf629d72be011b3fbfcf9c87549789121 100644
--- a/Source/core/html/imports/HTMLImportStateResolver.h
+++ b/Source/core/html/imports/HTMLImportStateResolver.h
@@ -48,7 +48,6 @@ public:
private:
static bool isBlockingFollowers(HTMLImport*);
- bool shouldBlockDocumentCreation() const;
bool shouldBlockScriptExecution() const;
bool isActive() const;

Powered by Google App Engine
This is Rietveld 408576698