Index: Source/bindings/tests/results/core/V8TestObject.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestObject.cpp b/Source/bindings/tests/results/core/V8TestObject.cpp |
index 06b4a73a991f6fa56e18354a011fe5ae88e8d72d..9047a4e2831c0a338862995074565d0ab3c498cc 100644 |
--- a/Source/bindings/tests/results/core/V8TestObject.cpp |
+++ b/Source/bindings/tests/results/core/V8TestObject.cpp |
@@ -1081,7 +1081,7 @@ static void windowAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v |
{ |
v8::Handle<v8::Object> holder = info.Holder(); |
TestObject* impl = V8TestObject::toImpl(holder); |
- LocalDOMWindow* cppValue = toDOMWindow(v8Value, info.GetIsolate()); |
+ DOMWindow* cppValue = toDOMWindow(v8Value, info.GetIsolate()); |
impl->setWindowAttribute(WTF::getPtr(cppValue)); |
} |
@@ -8260,7 +8260,7 @@ static void promiseOverloadMethod2Method(const v8::FunctionCallbackInfo<v8::Valu |
{ |
ExceptionState exceptionState(ExceptionState::ExecutionContext, "promiseOverloadMethod", "TestObject", info.Holder(), info.GetIsolate()); |
TestObject* impl = V8TestObject::toImpl(info.Holder()); |
- LocalDOMWindow* arg1; |
+ DOMWindow* arg1; |
double arg2; |
{ |
arg1 = toDOMWindow(info[0], info.GetIsolate()); |