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

Unified Diff: Source/WebCore/inspector/DOMEditor.h

Issue 9389003: Merge 107242 - Web Inspector: fix setOuterHTML for the case that adds / removes duplicate. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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 | « LayoutTests/inspector/elements/set-outer-html-expected.txt ('k') | Source/WebCore/inspector/DOMEditor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « LayoutTests/inspector/elements/set-outer-html-expected.txt ('k') | Source/WebCore/inspector/DOMEditor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698