| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| index a894d6db25ddcf2cf75714856a0e570fbfe235e2..4719b5bceb8126b84d137ecf5e0ce8f63762c39d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| @@ -43,6 +43,13 @@ class V8TestException {
|
| }
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| +
|
| + // Callback functions
|
| +
|
| + CORE_EXPORT static void readonlyUnsignedShortAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + CORE_EXPORT static void readonlyStringAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| +
|
| + CORE_EXPORT static void toStringMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| };
|
|
|
| template <>
|
|
|