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

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

Issue 928103002: Remove some unused functions in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git cl try Created 5 years, 10 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/CustomElementMicrotaskRunQueue.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
index 13e9243d679bf36117948991fd61a281a312c329..d5863c4199b0a975dc75016df3cbe7340298e09b 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
@@ -27,10 +27,6 @@ public:
void trace(Visitor*);
-#if !defined(NDEBUG)
- void show(unsigned indent);
-#endif
-
private:
static void dispatchIfAlive(WeakPtr<CustomElementMicrotaskRunQueue> self);
« no previous file with comments | « Source/core/dom/DocumentMarkerController.cpp ('k') | Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698