| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
|
| index a232fae0d3fb7cf4c8dfeb63305f653c3309391f..4d353d835e4b7f853127b143b5286363cc8e5475 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
|
| @@ -98,7 +98,7 @@ static void V8TestInterfaceNamedConstructorConstructorCallback(const v8::Functio
|
|
|
| V8StringResource<> stringArg;
|
| bool defaultUndefinedOptionalBooleanArg;
|
| - int defaultUndefinedOptionalLongArg;
|
| + int32_t defaultUndefinedOptionalLongArg;
|
| V8StringResource<> defaultUndefinedOptionalStringArg;
|
| V8StringResource<> defaultNullStringOptionalstringArg;
|
| V8StringResource<> optionalStringArg;
|
|
|