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

Unified Diff: sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp

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.cpp
diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp b/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
index 8a422d5e60efff8c463b4ed3380b8c4a2117c684..a397b5f8bcb61a18f521fe4730703484154e01ef 100644
--- a/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
+++ b/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
@@ -65,12 +65,4 @@ void CustomElementMicrotaskResolutionStep::trace(Visitor* visitor)
CustomElementMicrotaskStep::trace(visitor);
}
-#if !defined(NDEBUG)
-void CustomElementMicrotaskResolutionStep::show(unsigned indent)
-{
- fprintf(stderr, "%*sResolution: ", indent, "");
- m_element->outerHTML().show();
-}
-#endif
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698