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

Unified Diff: Source/WebCore/dom/CharacterData.cpp

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
Index: Source/WebCore/dom/CharacterData.cpp
diff --git a/Source/WebCore/dom/CharacterData.cpp b/Source/WebCore/dom/CharacterData.cpp
index 2b749061cd2f2630e6ee4acdf659ac601fadee93..943bc55c7204a882b6ba9fce005cdb470618cafa 100644
--- a/Source/WebCore/dom/CharacterData.cpp
+++ b/Source/WebCore/dom/CharacterData.cpp
@@ -219,9 +219,7 @@ void CharacterData::dispatchModifiedEvent(const String& oldData)
dispatchScopedEvent(MutationEvent::create(eventNames().DOMCharacterDataModifiedEvent, true, 0, oldData, m_data));
dispatchSubtreeModifiedEvent();
}
-#if ENABLE(INSPECTOR)
InspectorInstrumentation::characterDataModified(document(), this);
-#endif
}
void CharacterData::checkCharDataOperation(unsigned offset, ExceptionCode& ec)
« no previous file with comments | « Source/WebCore/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp ('k') | Source/WebCore/dom/ContainerNodeAlgorithms.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698