Add assertions to make sure ActiveDOMObject::suspend() / resume() / stop() overrides don't fire events as this is not allowed. This would cause arbitrary JS execution which would be very dangerous in these stages.
Created attachment 250957 [details] Patch
I verified locally these assertions are not hit by the current layout tests.
Comment on attachment 250957 [details] Patch Seems reasonable.
Comment on attachment 250957 [details] Patch Clearing flags on attachment: 250957 Committed r182923: <http://trac.webkit.org/changeset/182923>
All reviewed patches have been landed. Closing bug.