[Webkit-unassigned] [Bug 71554] [Qt] 4 Layout test fail due to network error constant values clash with WebkitError enum values in FrameloaderclientQt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 4 06:54:08 PDT 2011


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





--- Comment #4 from Simon Hausmann <hausmann at webkit.org>  2011-11-04 06:54:08 PST ---
However... why do the "clash" matter? The error domain is all different. When we put a QNetworkReply error in the ResourceError, we use a "QtWebKit" domain. When we put the http status code it in, the domain is "HTTP". And similarly when we put one of those errors in there, the domain is something else.

Do you know how the layout test failure relates to that? Where is the error() used and what is it compared to?

-- 
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