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

Unified Diff: third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h

Issue 2214263003: CustomElements: taking CustomElementReactionStack out of frameHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h
index e245601467dfe56763cc3ec17ec607491ef21f6e..e68637a00ed17811a0747ea828b551e5f8ebc519 100644
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h
@@ -29,6 +29,8 @@ public:
void enqueueToCurrentQueue(Element*, CustomElementReaction*);
void enqueueToBackupQueue(Element*, CustomElementReaction*);
+ static CustomElementReactionStack& current();
+
private:
using ElementReactionQueueMap =
HeapHashMap<Member<Element>, Member<CustomElementReactionQueue>>;

Powered by Google App Engine
This is Rietveld 408576698