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

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

Issue 288323004: HTML Imports: Get rid of needsProcessOrStop() from dom/custom/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/HTMLImportChild.h
diff --git a/Source/core/html/imports/HTMLImportChild.h b/Source/core/html/imports/HTMLImportChild.h
index 15b2d4d669d76fe3d0d206d7e5437603df13d4f1..8a5b905828c2843669d256169d805ff23065492c 100644
--- a/Source/core/html/imports/HTMLImportChild.h
+++ b/Source/core/html/imports/HTMLImportChild.h
@@ -104,6 +104,9 @@ private:
void ensureLoader();
void createCustomElementMicrotaskStepIfNeeded();
+ bool hasMicrotaskStep() const { return m_customElementMicrotaskStep; }
+ bool isWaitingCustomElementMicrotaskSteps() const;
+
#if ENABLE(OILPAN)
Persistent<Document> m_master;
#else

Powered by Google App Engine
This is Rietveld 408576698