Index: third_party/WebKit/Source/core/inspector/DOMPatchSupport.h |
diff --git a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h |
index 2d8ffe84c4bcd2312a9a855cbc1f85e53ba826df..26fd66ed287311cf26b95f432f4399be579ce2a2 100644 |
--- a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h |
+++ b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h |
@@ -86,9 +86,6 @@ class DOMPatchSupport final { |
ExceptionState&); |
bool RemoveChildAndMoveToNew(Digest*, ExceptionState&); |
void MarkNodeAsUsed(Digest*); |
-#ifdef DEBUG_DOM_PATCH_SUPPORT |
- void dumpMap(const ResultMap&, const String& name); |
-#endif |
Document& GetDocument() const { return *document_; } |
Member<DOMEditor> dom_editor_; |