| Index: Source/modules/notifications/Notification.h
|
| diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h
|
| index 2b85a1dcc3185c8887935e4d57026943a6ec7a96..cd945a22a2194264dac415672fd3db321d3b63f7 100644
|
| --- a/Source/modules/notifications/Notification.h
|
| +++ b/Source/modules/notifications/Notification.h
|
| @@ -64,7 +64,7 @@ class ThreadableLoader;
|
|
|
| typedef int ExceptionCode;
|
|
|
| -class Notification : public RefCounted<Notification>, public ScriptWrappable, public ActiveDOMObject, public EventTarget {
|
| +class Notification : public EventTarget, public RefCounted<Notification>, public ScriptWrappable, public ActiveDOMObject {
|
| WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| Notification();
|
|
|