| Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| index 4c96458c811fcb463f247c35fb304a6a4871a131..1f5c8b81f562bb4ca7fc51a1e4dc89e4cc48c74d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| @@ -135,7 +135,7 @@ v8::Local<v8::Value> nodeV8Value(v8::Local<v8::Context> context, Node* node) {
|
| currentDOMWindow(isolate), node,
|
| BindingSecurity::ErrorReportOption::DoNotReport))
|
| return v8::Null(isolate);
|
| - return toV8(node, context->Global(), isolate);
|
| + return ToV8(node, context->Global(), isolate);
|
| }
|
|
|
| } // namespace
|
|
|