Chromium Code Reviews| Index: Source/bindings/scripts/code_generator_v8.pm |
| diff --git a/Source/bindings/scripts/code_generator_v8.pm b/Source/bindings/scripts/code_generator_v8.pm |
| index f9a5992db8fcc84e45da7628099bc711aef553c8..d3edc5f693b8b0101cab4ce5e910f1d798b97511 100644 |
| --- a/Source/bindings/scripts/code_generator_v8.pm |
| +++ b/Source/bindings/scripts/code_generator_v8.pm |
| @@ -2308,11 +2308,9 @@ sub GenerateFunction |
| es.throwIfNeeded(); |
| return; |
| } |
| - |
|
Nils Barth (inactive)
2013/11/13 06:16:00
Blank lines causes problems in Python when we inde
|
| if (!window->document()) |
| return; |
| } |
| - |
| RefPtr<EventListener> listener = V8EventListenerList::getEventListener(info[1], false, ListenerFind${lookupType}); |
| if (listener) { |
| V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<WithNullCheck>, stringResource, info[0]); |