| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
|
| index 35228043853a816f61e822252d2cf9c88efd3376..4193b28d05c3d6e83891be94f94a55f281498d44 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
|
| @@ -49,6 +49,10 @@ class V8TestConstants {
|
| static void installFeatureName2(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface);
|
| static void installFeatureName2(ScriptState*, v8::Local<v8::Object> instance);
|
| static void installFeatureName2(ScriptState*);
|
| +
|
| + // Callback functions
|
| + CORE_EXPORT static void DEPRECATED_CONSTANTConstantGetterCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>&);
|
| + CORE_EXPORT static void MEASURED_CONSTANTConstantGetterCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>&);
|
| };
|
|
|
| template <>
|
|
|