| Index: third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_attributes.py b/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| index 006bc6c2f922a7704e40d6a53df32e2bb9a2f4dd..bcf3c511b5801645743c5ed97c1776172eb56dea 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| @@ -454,7 +454,7 @@ def setter_expression(interface, attribute, context):
|
| arguments.append(
|
| 'V8EventListenerHelper::getEventListener(' +
|
| 'ScriptState::forReceiverObject(info), v8Value, true, ' +
|
| - 'ListenerFindOrCreate)')
|
| + 'ListenerFindOrCreate, exceptionState)')
|
| else:
|
| arguments.append('cppValue')
|
| if context['is_setter_raises_exception']:
|
|
|