Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp |
index ec34f5fa0f99184955328e9c6e741108fc8b66db..4d395e5b85baff576b0e94849ec57a2bb627f76b 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp |
@@ -26,7 +26,7 @@ void V8TestPermissiveDictionary::toImpl(v8::Isolate* isolate, v8::Local<v8::Valu |
return; |
} |
v8::Local<v8::Object> v8Object = v8Value.As<v8::Object>(); |
- (void)v8Object; |
+ ALLOW_UNUSED_LOCAL(v8Object); |
v8::TryCatch block(isolate); |
v8::Local<v8::Value> booleanMemberValue; |