| Index: third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| index ff36b3f6c61ff0fcf2334caf9f8b9b2e99d02f84..710272c583471d726e04552bbb22023a25998d3a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| @@ -423,7 +423,7 @@ Response InspectorAnimationAgent::resolveAnimation(
|
| toV8InspectorStringView(kAnimationObjectGroup));
|
| *result = m_v8Session->wrapObject(
|
| scriptState->context(),
|
| - toV8(animation, scriptState->context()->Global(), scriptState->isolate()),
|
| + ToV8(animation, scriptState->context()->Global(), scriptState->isolate()),
|
| toV8InspectorStringView(kAnimationObjectGroup));
|
| if (!*result)
|
| return Response::Error("Element not associated with a document.");
|
|
|