Index: third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp |
index a7251482a4aae8584ef14e2f54ed45c409a0f41b..8a315ac28147b5eda6aa7dbba804fa25d43d6af4 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp |
@@ -82,7 +82,7 @@ void V8HTMLElement::constructorCustom( |
isolate, |
element, |
wrapperType, |
- info.This()); |
+ info.Holder()); |
// If the element had a wrapper, we now update and return that |
// instead. |
v8SetReturnValue(info, wrapper); |