| Index: Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp b/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
|
| index 17d780336ef945b7e0d031289d360219375cad54..90dbd15ece36f9a02cb0f0bef74a3aa5c3f1bb17 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
|
| @@ -21,7 +21,7 @@ void V8TestInterfaceEventInit::toImpl(v8::Isolate* isolate, v8::Local<v8::Value>
|
| return;
|
| }
|
|
|
| - V8EventInitDictionary::toImpl(isolate, v8Value, impl, exceptionState);
|
| + V8EventInit::toImpl(isolate, v8Value, impl, exceptionState);
|
| if (exceptionState.hadException())
|
| return;
|
|
|
| @@ -52,7 +52,7 @@ void V8TestInterfaceEventInit::toImpl(v8::Isolate* isolate, v8::Local<v8::Value>
|
| v8::Local<v8::Value> toV8(const TestInterfaceEventInit& impl, v8::Local<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
| v8::Local<v8::Object> v8Object = v8::Object::New(isolate);
|
| - if (!toV8EventInitDictionary(impl, v8Object, creationContext, isolate))
|
| + if (!toV8EventInit(impl, v8Object, creationContext, isolate))
|
| return v8::Local<v8::Value>();
|
| if (!toV8TestInterfaceEventInit(impl, v8Object, creationContext, isolate))
|
| return v8::Local<v8::Value>();
|
|
|