RESOLVED FIXED 15841
fast/dom/Document/early-document-access.html crashes under GuardMalloc
https://bugs.webkit.org/show_bug.cgi?id=15841
Summary fast/dom/Document/early-document-access.html crashes under GuardMalloc
Alexey Proskuryakov
Reported 2007-11-05 04:52:08 PST
Fails assertion: // We should only have our main window left when we're done ASSERT(CFArrayGetCount(allWindowsRef) == 1); This test waits for 100 ms for popup window to close - looks like it's not enough under GuardMalloc.
Attachments
proposed fix (2.01 KB, patch)
2007-11-05 04:54 PST, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2007-11-05 04:54:18 PST
Created attachment 17042 [details] proposed fix
Darin Adler
Comment 2 2007-11-05 06:31:45 PST
Comment on attachment 17042 [details] proposed fix r=me
Alexey Proskuryakov
Comment 3 2007-11-05 06:43:08 PST
Committed revision 27435.
Note You need to log in before you can comment on or make changes to this bug.