| Index: Source/modules/notifications/NotificationCenter.h
|
| diff --git a/Source/modules/notifications/NotificationCenter.h b/Source/modules/notifications/NotificationCenter.h
|
| index c2bab186bd229fa50e31a6288b3297910b228376..8ec001262b868ca5a0ff90b7accd85d2a0b4fa7d 100644
|
| --- a/Source/modules/notifications/NotificationCenter.h
|
| +++ b/Source/modules/notifications/NotificationCenter.h
|
| @@ -32,6 +32,7 @@
|
| #ifndef NotificationCenter_h
|
| #define NotificationCenter_h
|
|
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/ScriptExecutionContext.h"
|
| #include "core/html/VoidCallback.h"
|
| @@ -49,7 +50,7 @@ namespace WebCore {
|
| class NotificationClient;
|
| class VoidCallback;
|
|
|
| -class NotificationCenter : public RefCounted<NotificationCenter>, public ActiveDOMObject {
|
| +class NotificationCenter : public RefCounted<NotificationCenter>, public ScriptWrappable, public ActiveDOMObject {
|
| public:
|
| static PassRefPtr<NotificationCenter> create(ScriptExecutionContext*, NotificationClient*);
|
|
|
|
|