| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h
|
| index 6b7f8baec116a055f1b2b7828733daa8f9d616b0..c76f4932a33dd9e2a352e5dada40f25eecd82e1f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h
|
| @@ -51,6 +51,8 @@ class V8TestInterface2 {
|
|
|
| // Callback functions
|
|
|
| + CORE_EXPORT static void sizeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| +
|
| CORE_EXPORT static void legacyCallerMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void itemMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void setItemMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|