Index: Source/WebCore/inspector/DOMEditor.h |
=================================================================== |
--- Source/WebCore/inspector/DOMEditor.h (revision 107556) |
+++ Source/WebCore/inspector/DOMEditor.h (working copy) |
@@ -68,6 +68,9 @@ |
void insertBefore(ContainerNode*, Digest*, Node* anchor, ExceptionCode&); |
void removeChild(Digest*, ExceptionCode&); |
void markNodeAsUsed(Digest*); |
+#ifdef DEBUG_DOM_EDITOR |
+ void dumpMap(const ResultMap&, const String& name); |
+#endif |
Document* m_document; |