| 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
|
|
|