Index: third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp b/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp |
index 27dd511c9674261e29fe950bb769a4ed36fa4615..ef34d64cdd4cd65a3e66307062a25780b4eb7f9b 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp |
@@ -58,7 +58,7 @@ void V8ObjectConstructor::isValidConstructorMode(const v8::FunctionCallbackInfo< |
V8ThrowException::throwTypeError(info.GetIsolate(), "Illegal constructor"); |
return; |
} |
- v8SetReturnValue(info, info.This()); |
+ v8SetReturnValue(info, info.Holder()); |
} |
} // namespace blink |