| Index: third_party/WebKit/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp (revision 14992)
|
| +++ third_party/WebKit/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp (working copy)
|
| @@ -199,7 +199,7 @@
|
| v8::Handle<v8::Object> globalObject = m_context->Global();
|
| globalObject->Set(implicitProtoString, jsWorkerContext);
|
|
|
| - m_listeners.set(new V8EventListenerList("m_listeners"));
|
| + m_listeners.set(new V8EventListenerList());
|
| }
|
|
|
| v8::Local<v8::Function> WorkerContextExecutionProxy::GetConstructor(V8ClassIndex::V8WrapperType type)
|
|
|