| Index: third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| index d65269e756bd43f02633f682823cc03cafe430ba..ce5d3ef86e19b87b52079ab0ee4b0c9e6397eb3c 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| @@ -41,6 +41,11 @@ class V8SVGTestInterface {
|
| visitor->traceWrappers(scriptWrappable->toImpl<SVGTestInterface>());
|
| }
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| +
|
| + // Callback functions
|
| +
|
| + CORE_EXPORT static void typeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + CORE_EXPORT static void typeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| };
|
|
|
| template <>
|
|
|