| Index: third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| diff --git a/third_party/WebKit/Source/web/InspectorOverlay.cpp b/third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| index 70c547c4cb979ae1eac80d91e3de373128f08424..123705b2ec3c9cf3ac2e192b41074b863ee6b234 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| @@ -562,7 +562,7 @@ Page* InspectorOverlay::overlayPage() {
|
| ScriptState::Scope scope(scriptState);
|
| v8::Local<v8::Object> global = scriptState->context()->Global();
|
| v8::Local<v8::Value> overlayHostObj =
|
| - toV8(m_overlayHost.get(), global, isolate);
|
| + ToV8(m_overlayHost.get(), global, isolate);
|
| DCHECK(!overlayHostObj.IsEmpty());
|
| global
|
| ->Set(scriptState->context(),
|
|
|