Index: Source/WebCore/dom/Document.cpp |
=================================================================== |
--- Source/WebCore/dom/Document.cpp (revision 77575) |
+++ Source/WebCore/dom/Document.cpp (working copy) |
@@ -413,7 +413,7 @@ |
, m_normalWorldWrapperCache(0) |
#endif |
, m_usingGeolocation(false) |
- , m_eventQueue(adoptPtr(new EventQueue)) |
+ , m_eventQueue(EventQueue::create(this)) |
#if ENABLE(WML) |
, m_containsWMLContent(false) |
#endif |