Chromium Code Reviews| 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*); |