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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskQueue.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/CustomElementMicrotaskQueue.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskQueue.h b/Source/core/dom/custom/CustomElementMicrotaskQueue.h
index dc7d738d284ddf83d43da2df5b278ac1da024fa5..e3b1840224d4ed5e863e8ef6daedbaf369fc11e1 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskQueue.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskQueue.h
@@ -52,6 +52,7 @@ public:
typedef CustomElementMicrotaskStep::Result Result;
Result dispatch();
+ bool needsProcessOrStop() const;
dominicc (has gone to gerrit) 2014/05/12 00:42:18 What is this? Why do imports leak into this abstra
#if !defined(NDEBUG)
void show(unsigned indent);

Powered by Google App Engine
This is Rietveld 408576698