| Index: third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.cpp b/third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.cpp
|
| index fb270eb67f929b5b7d1fee27e07fb2bbd2d796ea..1b503eeb1ade8e19e8436cf6b37a943f50044a56 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.cpp
|
| @@ -98,7 +98,7 @@ void V8ArrayBufferOrArrayBufferViewOrDictionary::toImpl(v8::Isolate* isolate, v8
|
| }
|
|
|
| if (isUndefinedOrNull(v8Value) || v8Value->IsObject()) {
|
| - Dictionary cppValue = Dictionary(v8Value, isolate, exceptionState);
|
| + Dictionary cppValue = Dictionary(isolate, v8Value, exceptionState);
|
| if (exceptionState.hadException())
|
| return;
|
| impl.setDictionary(cppValue);
|
|
|