2009-04-13 Dmitry Titov <dimich@chromium.org>
Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=24453 REGRESSION: If setTimeout is called on a iframe's window, the DOM changes to the main document that timer callback makes are not flushed. * bindings/js/ScheduledAction.cpp: (WebCore::ScheduledAction::execute): Use Document::updateStyleForAllDocuments() instead of document->updateStyleIfNeeded() since timers may affect documents other then their own. git-svn-id: svn://svn.chromium.org/blink/trunk@42474 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment