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

Unified Diff: sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h

Issue 665613003: Remove the ability to parse HTML fragments (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h
diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h b/sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h
index 0cee2033eea44e841a34a0796d595ba047c218d9..d8f7b8618af2521cfad6c5659fb0bea5a6a3e547 100644
--- a/sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h
+++ b/sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h
@@ -27,10 +27,6 @@ public:
void trace(Visitor*);
-#if !defined(NDEBUG)
- void show(unsigned indent);
-#endif
-
private:
CustomElementMicrotaskRunQueue();

Powered by Google App Engine
This is Rietveld 408576698