Chromium Code Reviews| Index: Source/bindings/core/v8/V8AbstractEventListener.cpp |
| diff --git a/Source/bindings/core/v8/V8AbstractEventListener.cpp b/Source/bindings/core/v8/V8AbstractEventListener.cpp |
| index 21be4e1c79935cc44ad2dfae3978b61b6b15a619..f2b37378296afdc86531092005be6cdb506e6e95 100644 |
| --- a/Source/bindings/core/v8/V8AbstractEventListener.cpp |
| +++ b/Source/bindings/core/v8/V8AbstractEventListener.cpp |
| @@ -124,7 +124,6 @@ void V8AbstractEventListener::invokeEventHandler(Event* event, v8::Local<v8::Val |
| // Make the event available in the global object, so LocalDOMWindow can expose it. |
| V8HiddenValue::setHiddenValue(isolate(), scriptState()->context()->Global(), V8HiddenValue::event(isolate()), jsEvent); |
| tryCatch.Reset(); |
|
kouhei (in TOK)
2014/10/07 23:21:18
Undo this change.
Mayur Kankanwadi
2014/10/09 14:37:55
Done.
|
| - |
| returnValue = callListenerFunction(jsEvent, event); |
| if (tryCatch.HasCaught()) |
| event->target()->uncaughtExceptionInEventHandler(); |