Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp |
index ca1a9b44c22d35475b2c9cb7d86e65c5ae1275bf..7dc20bc729e15957d9f97a2a9020582cff3eccf0 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp |
@@ -27,7 +27,7 @@ void V8TestInterfaceEventInit::toImpl(v8::Isolate* isolate, v8::Local<v8::Value> |
return; |
} |
v8::Local<v8::Object> v8Object = v8Value.As<v8::Object>(); |
- (void)v8Object; |
+ ALLOW_UNUSED_LOCAL(v8Object); |
V8EventInit::toImpl(isolate, v8Value, impl, exceptionState); |
if (exceptionState.hadException()) |