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

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

Issue 528373003: Make CustomElementSchedular static (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed empty BUG= line Created 6 years, 3 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 | « no previous file | Source/core/dom/custom/CustomElementScheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElementProcessingStack.h
diff --git a/Source/core/dom/custom/CustomElementProcessingStack.h b/Source/core/dom/custom/CustomElementProcessingStack.h
index 1b6eb71de25845c0af7fcadaf40f6616db7e757e..551ce97a87d1a06feb3d5f17b8ddb50ea5fa215d 100644
--- a/Source/core/dom/custom/CustomElementProcessingStack.h
+++ b/Source/core/dom/custom/CustomElementProcessingStack.h
@@ -63,8 +63,6 @@ public:
static bool inCallbackDeliveryScope() { return s_elementQueueStart; }
-protected:
- friend class CustomElementScheduler;
static CustomElementProcessingStack& instance();
void enqueue(CustomElementCallbackQueue*);
« no previous file with comments | « no previous file | Source/core/dom/custom/CustomElementScheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698