 Chromium Code Reviews
 Chromium Code Reviews Issue 39217:
  Fix event handling problem in WorkerContext caused by r10987  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 39217:
  Fix event handling problem in WorkerContext caused by r10987  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: webkit/port/bindings/v8/v8_events.h | 
| =================================================================== | 
| --- webkit/port/bindings/v8/v8_events.h (revision 11014) | 
| +++ webkit/port/bindings/v8/v8_events.h (working copy) | 
| @@ -42,6 +42,7 @@ | 
| void HandleEventHelper(v8::Handle<v8::Context> context, | 
| Event* event, | 
| + v8::Handle<v8::Value> jsevent, | 
| bool isWindowEvent); | 
| // Returns the listener object, either a function or an object. |