Index: third_party/WebKit/Source/bindings/core/v8/V8ThrowException.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.cpp b/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.cpp |
index ff4ee1c6f64856f3042472501f81770325236a24..a2722d0f213d59370bd81a3b2d1d2871089b763c 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.cpp |
@@ -97,7 +97,7 @@ v8::Local<v8::Value> V8ThrowException::createDOMException( |
.ToChecked(); |
auto privateError = V8PrivateProperty::getDOMExceptionError(isolate); |
- privateError.set(isolate->GetCurrentContext(), exceptionObj, error); |
+ privateError.set(exceptionObj, error); |
return exceptionObj; |
} |