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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskStep.h

Issue 272243004: HTML Imports: Fix race conditions on HTMLImportsChild (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/dom/custom/CustomElementMicrotaskStep.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskStep.h b/Source/core/dom/custom/CustomElementMicrotaskStep.h
index c5f11ec0e2caab9793e63984bca4c31ff8117a05..d4678cda25803f9a863f253b25bf30907281ffbf 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskStep.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskStep.h
@@ -48,6 +48,7 @@ public:
};
virtual Result process() = 0;
+ virtual bool needsProcessOrStop() const = 0;
#if !defined(NDEBUG)
virtual void show(unsigned indent) = 0;

Powered by Google App Engine
This is Rietveld 408576698