Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1282)

Unified Diff: third_party/WebKit/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp

Issue 79059: Switch V8EventListenerList to a hashtable implementation... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.cpp ('k') | webkit/port/bindings/v8/v8_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.cpp ('k') | webkit/port/bindings/v8/v8_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698