Index: third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp |
index 0eccb8287798b892b54c0b526a988ef069b228e5..c64306024f95d15cf4dedc86babb97884cd9c4d2 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp |
@@ -681,6 +681,8 @@ v8::Local<v8::Object> V8Console::createCommandLineAPI(InspectedContext* inspecte |
createBoundFunctionProperty(context, commandLineAPI, "$3", V8Console::inspectedObject3); |
createBoundFunctionProperty(context, commandLineAPI, "$4", V8Console::inspectedObject4); |
+ inspectedContext->debugger()->client()->installAdditionalCommandLineAPI(context, commandLineAPI); |
+ |
commandLineAPI->SetPrivate(context, inspectedContextPrivateKey(isolate), v8::External::New(isolate, inspectedContext)); |
return commandLineAPI; |
} |