| Index: Source/bindings/core/v8/ScriptPromiseProperties.h
 | 
| diff --git a/Source/bindings/core/v8/ScriptPromiseProperties.h b/Source/bindings/core/v8/ScriptPromiseProperties.h
 | 
| index 5199734c6000cefd22e5219af8c9d2d259b71f77..1c908995094a813573a54fb2ac978edc6c44c497 100644
 | 
| --- a/Source/bindings/core/v8/ScriptPromiseProperties.h
 | 
| +++ b/Source/bindings/core/v8/ScriptPromiseProperties.h
 | 
| @@ -11,6 +11,7 @@
 | 
|      P(Closed ## __VA_ARGS__) \
 | 
|      P(Finished ## __VA_ARGS__) \
 | 
|      P(Loaded ## __VA_ARGS__) \
 | 
| -    P(Released ## __VA_ARGS__)
 | 
| +    P(Released ## __VA_ARGS__) \
 | 
| +    P(UserChoice ## __VA_ARGS__)
 | 
|  
 | 
|  #endif // ScriptPromiseProperties_h
 | 
| 
 |