summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLIntrinsicEventHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLIntrinsicEventHandler.cpp')
-rw-r--r--WebCore/wml/WMLIntrinsicEventHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLIntrinsicEventHandler.cpp b/WebCore/wml/WMLIntrinsicEventHandler.cpp
index 67364d9..8e4c276 100644
--- a/WebCore/wml/WMLIntrinsicEventHandler.cpp
+++ b/WebCore/wml/WMLIntrinsicEventHandler.cpp
@@ -48,7 +48,7 @@ void WMLIntrinsicEventHandler::triggerIntrinsicEvent(WMLIntrinsicEventType type)
{
RefPtr<WMLIntrinsicEvent> event = m_events.get(type);
ASSERT(event->taskElement());
- event->taskElement()->executeTask(0);
+ event->taskElement()->executeTask();
}
bool WMLIntrinsicEventHandler::hasIntrinsicEvent(WMLIntrinsicEventType type) const