Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp |
index 7d188607c13d97eedf7a136c09a4acb29f0e59b4..a614a2823d7f012e016b0242ca82fdda9a5ce3ef 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp |
@@ -70,6 +70,8 @@ static void voidCallbackFunctionAttributeAttributeSetter(v8::Local<v8::Value> v8 |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
TestCallbackFunctions* impl = V8TestCallbackFunctions::toImpl(holder); |
// Prepare the value to be set. |
@@ -91,6 +93,8 @@ static void anyCallbackFunctionOptionalAnyArgAttributeAttributeSetter(v8::Local< |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
TestCallbackFunctions* impl = V8TestCallbackFunctions::toImpl(holder); |
// Prepare the value to be set. |