| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| index e2090788d122ae67f1f67af37bdc304f0baea3d5..13d501853b1b8bf2c92f8dafcc6b708aa1fa2f39 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| @@ -82,7 +82,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| return;
|
| }
|
|
|
| - unsigned argument;
|
| + uint16_t argument;
|
| argument = toUInt16(info.GetIsolate(), info[0], NormalConversion, exceptionState);
|
| if (exceptionState.hadException())
|
| return;
|
|
|