Index: third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp |
index 57110a1836795474bf104a9f2a524e58637f774c..c5bd696990ff841e7855d36a6b75fe2e49814d4a 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp |
@@ -68,6 +68,8 @@ static void typeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::Function |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
SVGTestInterface* impl = V8SVGTestInterface::toImpl(holder); |
// Skip on compact node DOMString getters. |