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

Unified Diff: Source/WebCore/bindings/v8/SerializedScriptValue.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/bindings/v8/SerializedScriptValue.cpp
diff --git a/Source/WebCore/bindings/v8/SerializedScriptValue.cpp b/Source/WebCore/bindings/v8/SerializedScriptValue.cpp
index a8a04eb4cecb9901fdbffa2e4dfad0c31f13a100..deec6e02ebca7d5aa6b46475e8feb2f62eec0f4b 100644
--- a/Source/WebCore/bindings/v8/SerializedScriptValue.cpp
+++ b/Source/WebCore/bindings/v8/SerializedScriptValue.cpp
@@ -2491,7 +2491,6 @@ v8::Handle<v8::Value> SerializedScriptValue::deserialize(v8::Isolate* isolate, M
return deserializer.deserialize();
}
-#if ENABLE(INSPECTOR)
ScriptValue SerializedScriptValue::deserializeForInspector(ScriptState* scriptState)
{
v8::HandleScope handleScope;
@@ -2499,7 +2498,6 @@ ScriptValue SerializedScriptValue::deserializeForInspector(ScriptState* scriptSt
return ScriptValue(deserialize(scriptState->isolate()));
}
-#endif
void SerializedScriptValue::registerMemoryAllocatedWithCurrentScriptContext()
{
« no previous file with comments | « Source/WebCore/bindings/v8/SerializedScriptValue.h ('k') | Source/WebCore/bindings/v8/V8AbstractEventListener.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698