| Index: Source/core/workers/WorkerGlobalScope.h | 
| diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h | 
| index e3fd51aa339fd9e2531c37e46455ff47576fa81c..fcd18f30f310d604b2e96b62d187bfc19f9d9598 100644 | 
| --- a/Source/core/workers/WorkerGlobalScope.h | 
| +++ b/Source/core/workers/WorkerGlobalScope.h | 
| @@ -97,6 +97,8 @@ public: | 
| void close(); | 
|  | 
| DEFINE_ATTRIBUTE_EVENT_LISTENER(error); | 
| +    DEFINE_ATTRIBUTE_EVENT_LISTENER(rejectionhandled); | 
| +    DEFINE_ATTRIBUTE_EVENT_LISTENER(unhandledrejection); | 
|  | 
| // WorkerUtils | 
| virtual void importScripts(const Vector<String>& urls, ExceptionState&); | 
|  |