| 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 28278b54a4d82079c5df2937d605f6dcd045ab05..e986398b797bc26638430afc634303c286e96e95 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| @@ -523,7 +523,6 @@ V8_VALUE_TO_CPP_VALUE = {
|
| 'DOMString': '{v8_value}',
|
| # Interface types
|
| 'FlexibleArrayBufferView': 'ToFlexibleArrayBufferView({isolate}, {v8_value}, {variable_name}, allocateFlexibleArrayBufferViewStorage({v8_value}))',
|
| - 'NodeFilter': 'V8NodeFilterCondition::CreateOrNull({v8_value}, ScriptState::Current({isolate}))',
|
| 'Promise': 'ScriptPromise::Cast(ScriptState::Current({isolate}), {v8_value})',
|
| 'ScriptValue': 'ScriptValue(ScriptState::Current({isolate}), {v8_value})',
|
| 'Window': 'ToDOMWindow({isolate}, {v8_value})',
|
|
|