| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| index e84207b5d580f667f83deb1320c153072d939b86..76ceaaf85bb911f7e9dbcb6668abd2dbde32a370 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| @@ -103,7 +103,7 @@ static void constructor4(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| ExceptionState exceptionState(info.GetIsolate(), ExceptionState::ConstructionContext, "TestInterfaceConstructor2");
|
|
|
| TestInterfaceEmpty* testInterfaceEmptyArg;
|
| - int longArg;
|
| + int32_t longArg;
|
| V8StringResource<> defaultUndefinedOptionalStringArg;
|
| V8StringResource<> defaultNullStringOptionalStringArg;
|
| Dictionary defaultUndefinedOptionalDictionaryArg;
|
|
|