| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp
|
| index b155c7f84b22424753f4da7ae06bff62ea502453..618267ea27f5f78e7b2e5365dfcfb7b30def4c4d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp
|
| @@ -28,7 +28,7 @@ void V8TestDictionaryDerivedImplementedAs::toImpl(v8::Isolate* isolate, v8::Loca
|
| return;
|
| }
|
| v8::Local<v8::Object> v8Object = v8Value.As<v8::Object>();
|
| - (void)v8Object;
|
| + ALLOW_UNUSED_LOCAL(v8Object);
|
|
|
| V8TestDictionary::toImpl(isolate, v8Value, impl, exceptionState);
|
| if (exceptionState.hadException())
|
|
|