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

Unified Diff: Source/WebCore/dom/ContainerNodeAlgorithms.h

Issue 13646003: DevTools: Remove ENABLE(INSPECTOR) and ENABLE(JAVASCRIPT_DEBUGGER) from the code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 7 years, 8 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 | « Source/WebCore/dom/CharacterData.cpp ('k') | Source/WebCore/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/ContainerNodeAlgorithms.h
diff --git a/Source/WebCore/dom/ContainerNodeAlgorithms.h b/Source/WebCore/dom/ContainerNodeAlgorithms.h
index df886844a77abdbbd4328163270e1912735b7619..f34f5ec34277feee239c7cb54c91231cb0662476 100644
--- a/Source/WebCore/dom/ContainerNodeAlgorithms.h
+++ b/Source/WebCore/dom/ContainerNodeAlgorithms.h
@@ -215,9 +215,7 @@ inline void ChildNodeInsertionNotifier::notify(Node* node)
{
ASSERT(!NoEventDispatchAssertion::isEventDispatchForbidden());
-#if ENABLE(INSPECTOR)
InspectorInstrumentation::didInsertDOMNode(node->document(), node);
-#endif
RefPtr<Document> protectDocument(node->document());
RefPtr<Node> protectNode(node);
« no previous file with comments | « Source/WebCore/dom/CharacterData.cpp ('k') | Source/WebCore/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698