DescriptionRemove incorrect assertion. This used to say
DCHECK(!is_asynchronous_load_suspended || request_info_);
When I made the request info a POD structure that's copied I should have just remove this check since that's really what it was testing.
TEST=manual, no extra DCHECK hit
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98976
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|