| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| index 479a65c4f7351a0d03d436594e583e435555c152..aca0212f0f0f82fcb4c121955266eea114eba962 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| @@ -375,6 +375,7 @@ class V8TestObject {
|
| CORE_EXPORT static void testInterfaceGarbageCollectedAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void testInterfaceGarbageCollectedOrNullAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void testInterfaceGarbageCollectedOrNullAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + CORE_EXPORT static void sizeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|
| CORE_EXPORT static void unscopableVoidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void unscopableRuntimeEnabledVoidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|