[Webkit-unassigned] [Bug 62396] Web Inspector: [Chromium] Successfully prefetched page shows up as an error in console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 09:43:07 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62396





--- Comment #12 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-06-15 09:43:07 PST ---
It looks like ResourceError::m_isCancellation was added in http://trac.webkit.org/changeset/33559, and the layout test for that change is one that we skip for Chromium :-(

It definitely seems like we need WebURLError to have its own isCancellation field, and we need to update both the WebURLError::operator=(const ResourceError&) and WebURLError::operator ResourceError().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list