| Index: Source/bindings/tests/results/core/V8TestInterface.h
 | 
| diff --git a/Source/bindings/tests/results/core/V8TestInterface.h b/Source/bindings/tests/results/core/V8TestInterface.h
 | 
| index 171b804562fb6424b35ee669c16db29062bbd7dc..7b4b42cbc4a7f257ed91032108762c2a0f06c1c0 100644
 | 
| --- a/Source/bindings/tests/results/core/V8TestInterface.h
 | 
| +++ b/Source/bindings/tests/results/core/V8TestInterface.h
 | 
| @@ -56,6 +56,8 @@ public:
 | 
|      static void installV8TestInterfaceTemplate(v8::Handle<v8::FunctionTemplate>, v8::Isolate*);
 | 
|      static void registerVoidMethodPartialOverloadMethodForPartialInterface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&));
 | 
|      static void registerStaticVoidMethodPartialOverloadMethodForPartialInterface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&));
 | 
| +    static void registerPromiseMethodPartialOverloadMethodForPartialInterface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&));
 | 
| +    static void registerStaticPromiseMethodPartialOverloadMethodForPartialInterface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&));
 | 
|      static void registerPartial2VoidMethodMethodForPartialInterface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&));
 | 
|      static void registerPartial2StaticVoidMethodMethodForPartialInterface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&));
 | 
|  
 | 
| 
 |