http://bugzilla.opendarwin.org/show_bug.cgi?id=10803
REGRESSION (r15536-r15544): manual-tests/bugzilla-6821.html failing
* page/FrameView.cpp:
(WebCore::FrameView::hoverTimerFired): Use the current event.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16525
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-09-22 Alexey Proskuryakov <ap@nypop.com>
+
+ Reviewed by Geoff.
+
+ http://bugzilla.opendarwin.org/show_bug.cgi?id=10803
+ REGRESSION (r15536-r15544): manual-tests/bugzilla-6821.html failing
+
+ * page/FrameView.cpp:
+ (WebCore::FrameView::hoverTimerFired): Use the current event.
+
2006-09-22 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Anders.
void FrameView::hoverTimerFired(Timer<FrameView>*)
{
d->hoverTimer.stop();
- prepareMouseEvent(false, false, true, PlatformMouseEvent());
+ prepareMouseEvent(false, false, true, PlatformMouseEvent(PlatformMouseEvent::currentEvent));
}
void FrameView::scheduleRelayout()