[Webkit-unassigned] [Bug 55941] REGRESSION (r80478): broke GTK inspector tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 8 09:57:02 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55941
--- Comment #2 from Yong Li <yong.li.webkit at gmail.com> 2011-03-08 09:57:02 PST ---
4770 asyncScriptRunner()->resume();
4771 resumeActiveDOMObjects();
4772 resumeScriptedAnimationControllerCallbacks();
I moved ln4770 to there to be exactly the reverse order of the one their "suspend" brothers are called.
This could break inspector if asyncScriptRunner()->resume() immediately executes JS. (that is not a good idea if so).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list