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

Unified Diff: Source/core/dom/CustomElementCallbackDispatcher.h

Issue 23009004: Process Custom Elements in post-order. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing. Created 7 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
« no previous file with comments | « Source/core/dom/CustomElement.cpp ('k') | Source/core/dom/CustomElementCallbackDispatcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CustomElementCallbackDispatcher.h
diff --git a/Source/core/dom/CustomElementCallbackDispatcher.h b/Source/core/dom/CustomElementCallbackDispatcher.h
index 74c0ae74403b82c9024b85e6598352023b5fdaa3..b99d1d69632cfcdab8ee2917b57445ed7f3644a0 100644
--- a/Source/core/dom/CustomElementCallbackDispatcher.h
+++ b/Source/core/dom/CustomElementCallbackDispatcher.h
@@ -73,7 +73,6 @@ public:
protected:
friend class CustomElementCallbackScheduler;
- CustomElementCallbackQueue* createAtFrontOfCurrentElementQueue(PassRefPtr<Element>);
CustomElementCallbackQueue* ensureInCurrentElementQueue(PassRefPtr<Element>);
private:
« no previous file with comments | « Source/core/dom/CustomElement.cpp ('k') | Source/core/dom/CustomElementCallbackDispatcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698