| Index: sky/engine/core/events/DOMWindowEventQueue.cpp
|
| diff --git a/sky/engine/core/events/DOMWindowEventQueue.cpp b/sky/engine/core/events/DOMWindowEventQueue.cpp
|
| index 285c070367512b096265b1b3408a11565375e083..4b730064ca36a40bc5c754e5e69dc9e82c991abc 100644
|
| --- a/sky/engine/core/events/DOMWindowEventQueue.cpp
|
| +++ b/sky/engine/core/events/DOMWindowEventQueue.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace blink {
|
|
|
| -class DOMWindowEventQueueTimer : public DummyBase<DOMWindowEventQueueTimer>, public SuspendableTimer {
|
| +class DOMWindowEventQueueTimer : public SuspendableTimer {
|
| WTF_MAKE_NONCOPYABLE(DOMWindowEventQueueTimer);
|
| public:
|
| DOMWindowEventQueueTimer(DOMWindowEventQueue* eventQueue, ExecutionContext* context)
|
|
|