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

Unified Diff: Source/WebCore/inspector/DOMPatchSupport.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/inspector/DOMEditor.cpp ('k') | Source/WebCore/inspector/DOMPatchSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/DOMPatchSupport.h
diff --git a/Source/WebCore/inspector/DOMPatchSupport.h b/Source/WebCore/inspector/DOMPatchSupport.h
index dd67a631101344ac092faa244124b18996716881..b6b1ec83669b2346301dcd9d45b670d9c1582430 100644
--- a/Source/WebCore/inspector/DOMPatchSupport.h
+++ b/Source/WebCore/inspector/DOMPatchSupport.h
@@ -46,7 +46,6 @@ class DOMEditor;
class Document;
class Node;
-#if ENABLE(INSPECTOR)
class DOMPatchSupport {
WTF_MAKE_NONCOPYABLE(DOMPatchSupport);
@@ -81,7 +80,6 @@ private:
UnusedNodesMap m_unusedNodesMap;
};
-#endif // ENABLE(INSPECTOR)
} // namespace WebCore
« no previous file with comments | « Source/WebCore/inspector/DOMEditor.cpp ('k') | Source/WebCore/inspector/DOMPatchSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698