Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp |
index b1dd4e905543aa4f24bcfa5cb9d63afba786dbd3..7b3de4e6034d7d4950c02414d26f0f1d2975948c 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp |
@@ -79,6 +79,8 @@ static void uLongLongAttributeAttributeSetter(v8::Local<v8::Value> v8Value, cons |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
TestTypedefs* impl = V8TestTypedefs::toImpl(holder); |
ExceptionState exceptionState(isolate, ExceptionState::kSetterContext, "TestTypedefs", "uLongLongAttribute"); |
@@ -107,6 +109,8 @@ static void domStringOrDoubleOrNullAttributeAttributeSetter(v8::Local<v8::Value> |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
TestTypedefs* impl = V8TestTypedefs::toImpl(holder); |
ExceptionState exceptionState(isolate, ExceptionState::kSetterContext, "TestTypedefs", "domStringOrDoubleOrNullAttribute"); |