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

Unified Diff: sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.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/CustomElementMicrotaskResolutionStep.h
diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h b/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h
index f3ccd982b03f493bf068be2a40690e8ba1df8d7f..b7c3f8e5d8aea10b877ba7d1ad34af01e969fe76 100644
--- a/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h
+++ b/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h
@@ -57,10 +57,6 @@ private:
virtual Result process() override;
-#if !defined(NDEBUG)
- virtual void show(unsigned indent) override;
-#endif
-
RefPtrWillBeMember<CustomElementRegistrationContext> m_context;
RefPtrWillBeMember<Element> m_element;
CustomElementDescriptor m_descriptor;

Powered by Google App Engine
This is Rietveld 408576698