| Index: third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_types.py b/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| index 1e3cb2a5cede10802e370fbaafce0b6470819f29..aa502e87ad0202ce48f0c31bda7efff47a501903 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| @@ -504,7 +504,6 @@ V8_VALUE_TO_CPP_VALUE = {
|
| 'unsigned long long': 'toUInt64({isolate}, {arguments})',
|
| # Interface types
|
| 'Dictionary': 'Dictionary({isolate}, {v8_value}, exceptionState)',
|
| - 'EventTarget': 'toEventTarget({isolate}, {v8_value})',
|
| 'FlexibleArrayBufferView': 'toFlexibleArrayBufferView({isolate}, {v8_value}, {variable_name}, allocateFlexibleArrayBufferViewStorage({v8_value}))',
|
| 'NodeFilter': 'toNodeFilter({v8_value}, info.Holder(), ScriptState::current({isolate}))',
|
| 'Promise': 'ScriptPromise::cast(ScriptState::current({isolate}), {v8_value})',
|
|
|