Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp |
index 1e3ffc9383e2901ce91e9ebae6f839b1a1262441..1ae4a8bfca28174fcdf6e1209e610ca5e2a33eaa 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp |
@@ -71,6 +71,8 @@ static void attr1AttributeSetter(v8::Local<v8::Value> v8Value, const v8::Functio |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
TestInterfaceGarbageCollected* impl = V8TestInterfaceGarbageCollected::toImpl(holder); |
ExceptionState exceptionState(isolate, ExceptionState::kSetterContext, "TestInterfaceGarbageCollected", "attr1"); |