| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| index dc627a88bad832f26f885734d8afa0b3000c8f6a..d2a9a561821584850da391c4185910c5022224c8 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| @@ -47,6 +47,8 @@ static void partial4LongAttributeAttributeSetter(v8::Local<v8::Value> v8Value, c
|
| ALLOW_UNUSED_LOCAL(isolate);
|
|
|
| v8::Local<v8::Object> holder = info.Holder();
|
| + ALLOW_UNUSED_LOCAL(holder);
|
| +
|
| TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder);
|
|
|
| ExceptionState exceptionState(isolate, ExceptionState::kSetterContext, "TestInterface", "partial4LongAttribute");
|
| @@ -67,6 +69,9 @@ static void partial4StaticLongAttributeAttributeSetter(v8::Local<v8::Value> v8Va
|
| v8::Isolate* isolate = info.GetIsolate();
|
| ALLOW_UNUSED_LOCAL(isolate);
|
|
|
| + v8::Local<v8::Object> holder = info.Holder();
|
| + ALLOW_UNUSED_LOCAL(holder);
|
| +
|
| ExceptionState exceptionState(isolate, ExceptionState::kSetterContext, "TestInterface", "partial4StaticLongAttribute");
|
|
|
| // Prepare the value to be set.
|
|
|