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

Unified Diff: third_party/WebKit/Source/core/inspector/DOMPatchSupport.h

Issue 2869953003: Remove DEBUG_DOM_PATCH_SUPPORT (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698