| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h
|
| index d774fd6c49cf6198776e92426a7efc2c2ecbe496..b7a3ddb27026d283c9d1177a794c1097e2810ee4 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h
|
| @@ -131,6 +131,8 @@ class V8TestInterface {
|
| CORE_EXPORT static void partialCallWithExecutionContextLongAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void partialPartialEnumTypeAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void partialPartialEnumTypeAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + CORE_EXPORT static void partialSecureContextLongAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + CORE_EXPORT static void partialSecureContextLongAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void partial2LongAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void partial2LongAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void partial2StaticLongAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|