| 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 dc6a037960bf121805d5694d662548f21e4b6fc2..a126e5474edd509793ff4726c9b276dfd1ba29d6 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_types.py
|
| @@ -501,7 +501,7 @@ V8_VALUE_TO_CPP_VALUE = {
|
| 'long long': 'toInt64({isolate}, {arguments})',
|
| 'unsigned long long': 'toUInt64({isolate}, {arguments})',
|
| # Interface types
|
| - 'Dictionary': 'Dictionary({v8_value}, {isolate}, exceptionState)',
|
| + '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}))',
|
|
|