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

Unified Diff: sky/engine/core/html/HTMLElement.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/html/HTMLElement.cpp
diff --git a/sky/engine/core/html/HTMLElement.cpp b/sky/engine/core/html/HTMLElement.cpp
index a94508e8f9bf054ddf9362a611c57fed2bc97565..81da447a4205885fcdb273cb31fbcd529d251ac4 100644
--- a/sky/engine/core/html/HTMLElement.cpp
+++ b/sky/engine/core/html/HTMLElement.cpp
@@ -167,14 +167,3 @@ v8::Handle<v8::Object> HTMLElement::wrap(v8::Handle<v8::Object> creationContext,
}
} // namespace blink
-
-#ifndef NDEBUG
-
-// For use in the debugger
-void dumpInnerHTML(blink::HTMLElement*);
-
-void dumpInnerHTML(blink::HTMLElement* element)
-{
- printf("%s\n", element->innerHTML().ascii().data());
-}
-#endif

Powered by Google App Engine
This is Rietveld 408576698