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

Unified Diff: Source/WebCore/bindings/v8/V8PerIsolateData.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/bindings/v8/V8Initializer.cpp ('k') | Source/WebCore/bindings/v8/V8PerIsolateData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/bindings/v8/V8PerIsolateData.h
diff --git a/Source/WebCore/bindings/v8/V8PerIsolateData.h b/Source/WebCore/bindings/v8/V8PerIsolateData.h
index dfbfa973d1dc0fba9e921f62d8b3cc3feb409bc2..776d386f417b4e9216db247d24f0adb1551f5f53 100644
--- a/Source/WebCore/bindings/v8/V8PerIsolateData.h
+++ b/Source/WebCore/bindings/v8/V8PerIsolateData.h
@@ -43,9 +43,7 @@ class StringCache;
class V8HiddenPropertyName;
struct WrapperTypeInfo;
-#if ENABLE(INSPECTOR)
class ExternalStringVisitor;
-#endif
typedef WTF::Vector<DOMDataStore*> DOMDataList;
@@ -94,9 +92,7 @@ public:
v8::Persistent<v8::Value> ensureLiveRoot();
-#if ENABLE(INSPECTOR)
void visitExternalStrings(ExternalStringVisitor*);
-#endif
DOMDataList& allStores() { return m_domDataList; }
V8HiddenPropertyName* hiddenPropertyName() { return m_hiddenPropertyName.get(); }
« no previous file with comments | « Source/WebCore/bindings/v8/V8Initializer.cpp ('k') | Source/WebCore/bindings/v8/V8PerIsolateData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698