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

Unified Diff: sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.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/CustomElementMicrotaskImportStep.h
diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.h b/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.h
index cf12e964716c74b2fd1a310925e63d3cf0f23bb8..dbb726533bca8c262b9ac909f0c9b9646911060d 100644
--- a/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.h
+++ b/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.h
@@ -74,9 +74,6 @@ private:
// CustomElementMicrotaskStep
virtual Result process() override final;
-#if !defined(NDEBUG)
- virtual void show(unsigned indent) override;
-#endif
WeakPtrWillBeWeakMember<HTMLImportChild> m_import;
#if !ENABLE(OILPAN)
WeakPtrFactory<CustomElementMicrotaskImportStep> m_weakFactory;

Powered by Google App Engine
This is Rietveld 408576698