[webkit-reviews] review requested: [Bug 87783] Setting to allow synchronous XHRs to be disabled in documents is not reset between tests : [Attachment 144965] reset internals in WTR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 18:17:29 PDT 2012


Alexey Proskuryakov <ap at webkit.org> has asked  for review:
Bug 87783: Setting to allow synchronous XHRs to be disabled in documents is not
reset between tests
https://bugs.webkit.org/show_bug.cgi?id=87783

Attachment 144965: reset internals in WTR
https://bugs.webkit.org/attachment.cgi?id=144965&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
Just fixes the WTR issue, not the cluster of Internals bugs.

The reason why Mihai's code was crashing is that on first iteration, reset() is
called before there is an internals object injected. We just need to do that
after running a test, not before.


More information about the webkit-reviews mailing list