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

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

Issue 249563003: REGRESSION(r171966): Custom elements in async imports don't get upgrade. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/HTMLImport.h
diff --git a/Source/core/html/imports/HTMLImport.h b/Source/core/html/imports/HTMLImport.h
index c0d9e975f992de15abb56a4cb216adbed6f3bb8f..72d43f0b09e832e16062f66a0981428991e5d03d 100644
--- a/Source/core/html/imports/HTMLImport.h
+++ b/Source/core/html/imports/HTMLImport.h
@@ -109,6 +109,7 @@ public:
bool precedes(HTMLImport*);
bool isRoot() const { return !isChild(); }
bool isSync() const { return SyncMode(m_sync) == Sync; }
+ bool formsCycle() const;
dominicc (has gone to gerrit) 2014/04/30 23:57:20 Why is this new concept needed now?
const HTMLImportState& state() const { return m_state; }
void appendImport(HTMLImport*);

Powered by Google App Engine
This is Rietveld 408576698