mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
13118b35bf
If Phantom.exit() is called inside the handler for loadFinished(), we end up in a situation that QWebPage is deleting itself during a signal emission. This used to be OK in QtWebKit 2.0 (Qt 4.7) but is not OK for QtWebKit 2.2 (upcoming Qt 4.8). http://code.google.com/p/phantomjs/issues/detail?id=251 Patch by Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>.