| Index: Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp b/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
|
| index b39e1d997635969378b764dc009705d5564dd2a8..7e7aee5c1af8d9ffa93192491967c7f246bd8839 100644
|
| --- a/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
|
| @@ -42,7 +42,7 @@ v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationCon
|
| return v8::Null(isolate);
|
|
|
| // FIXME: This naming seems broken.
|
| - if (impl->interfaceName() == EventTargetNames::LocalDOMWindow)
|
| + if (impl->interfaceName() == EventTargetNames::DOMWindow)
|
| return toV8(static_cast<DOMWindow*>(impl), creationContext, isolate);
|
|
|
| v8::Local<v8::Value> wrapper = DOMDataStore::getWrapper(impl, isolate);
|
|
|