| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp
|
| index 36196aced369e2f93da08350cb4de5c7bc4339f5..16a7548aadb50ebcf2fab5557794611a19693f32 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp
|
| @@ -31,8 +31,7 @@ void V8PerformanceObserver::constructorCustom(
|
| v8::Local<v8::Object> wrapper = info.Holder();
|
|
|
| Performance* performance = nullptr;
|
| - LocalDOMWindow* window =
|
| - toLocalDOMWindow(toDOMWindow(wrapper->CreationContext()));
|
| + LocalDOMWindow* window = toLocalDOMWindow(wrapper->CreationContext());
|
| if (!window) {
|
| V8ThrowException::throwTypeError(
|
| info.GetIsolate(),
|
|
|