| Index: Source/bindings/v8/V8EventListenerList.cpp
|
| diff --git a/Source/bindings/v8/V8EventListenerList.cpp b/Source/bindings/v8/V8EventListenerList.cpp
|
| index 59630f46bfe558acdcd0ea542dd03171fdabd151..ecf87c342103d1ce94d6ad2417e1b3bfc216bddb 100644
|
| --- a/Source/bindings/v8/V8EventListenerList.cpp
|
| +++ b/Source/bindings/v8/V8EventListenerList.cpp
|
| @@ -49,7 +49,7 @@ PassRefPtr<EventListener> V8EventListenerList::getEventListener(v8::Local<v8::Va
|
| ASSERT(!isAttribute);
|
| return V8EventListenerList::findWrapper(value, isolate);
|
| }
|
| - if (V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::info))
|
| + if (V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo))
|
| return V8EventListenerList::findOrCreateWrapper<V8EventListener>(value, isAttribute, isolate);
|
| return V8EventListenerList::findOrCreateWrapper<V8WorkerGlobalScopeEventListener>(value, isAttribute, isolate);
|
| }
|
|
|