Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp |
index 38e422cc152dbe6c087c43cdc58d026f9e5465cc..323ce9038b42df1ef1609cc03194e459a4e17cb8 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp |
@@ -67,6 +67,8 @@ static void secureContextAttributeAttributeSetter(v8::Local<v8::Value> v8Value, |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
TestInterfaceSecureContext* impl = V8TestInterfaceSecureContext::toImpl(holder); |
ExceptionState exceptionState(isolate, ExceptionState::kSetterContext, "TestInterfaceSecureContext", "secureContextAttribute"); |
@@ -96,6 +98,8 @@ static void secureContextRuntimeEnabledAttributeAttributeSetter(v8::Local<v8::Va |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
TestInterfaceSecureContext* impl = V8TestInterfaceSecureContext::toImpl(holder); |
ExceptionState exceptionState(isolate, ExceptionState::kSetterContext, "TestInterfaceSecureContext", "secureContextRuntimeEnabledAttribute"); |
@@ -125,6 +129,8 @@ static void secureContextWindowExposedAttributeAttributeSetter(v8::Local<v8::Val |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
TestInterfaceSecureContext* impl = V8TestInterfaceSecureContext::toImpl(holder); |
ExceptionState exceptionState(isolate, ExceptionState::kSetterContext, "TestInterfaceSecureContext", "secureContextWindowExposedAttribute"); |
@@ -154,6 +160,8 @@ static void secureContextWorkerExposedAttributeAttributeSetter(v8::Local<v8::Val |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
TestInterfaceSecureContext* impl = V8TestInterfaceSecureContext::toImpl(holder); |
ExceptionState exceptionState(isolate, ExceptionState::kSetterContext, "TestInterfaceSecureContext", "secureContextWorkerExposedAttribute"); |
@@ -183,6 +191,8 @@ static void secureContextWindowExposedRuntimeEnabledAttributeAttributeSetter(v8: |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
TestInterfaceSecureContext* impl = V8TestInterfaceSecureContext::toImpl(holder); |
ExceptionState exceptionState(isolate, ExceptionState::kSetterContext, "TestInterfaceSecureContext", "secureContextWindowExposedRuntimeEnabledAttribute"); |
@@ -212,6 +222,8 @@ static void secureContextWorkerExposedRuntimeEnabledAttributeAttributeSetter(v8: |
ALLOW_UNUSED_LOCAL(isolate); |
v8::Local<v8::Object> holder = info.Holder(); |
+ ALLOW_UNUSED_LOCAL(holder); |
+ |
TestInterfaceSecureContext* impl = V8TestInterfaceSecureContext::toImpl(holder); |
ExceptionState exceptionState(isolate, ExceptionState::kSetterContext, "TestInterfaceSecureContext", "secureContextWorkerExposedRuntimeEnabledAttribute"); |