summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/src/InspectorFrontendClientImpl.cpp')
-rw-r--r--WebKit/chromium/src/InspectorFrontendClientImpl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebKit/chromium/src/InspectorFrontendClientImpl.cpp b/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
index 83b925a..73cedfa 100644
--- a/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
+++ b/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
@@ -71,9 +71,6 @@ void InspectorFrontendClientImpl::windowObjectCleared()
v8::Handle<v8::Object> global = frameContext->Global();
global->Set(v8::String::New("InspectorFrontendHost"), frontendHostObj);
-#if ENABLE(V8_SCRIPT_DEBUG_SERVER)
- global->Set(v8::String::New("v8ScriptDebugServerEnabled"), v8::True());
-#endif
}
void InspectorFrontendClientImpl::frontendLoaded()