ResourceErrorBase::compare calls platformCompare. It should call the ResourceError::platformCompare override.
Created attachment 235500 [details] Call ResourceError::platformCompare
Created attachment 235503 [details] Call ResourceError::platformCompare
Comment on attachment 235503 [details] Call ResourceError::platformCompare Do we ever compare errors? What does that even mean? Looking at these methods, I want to delete them, not to fix them.
(In reply to comment #3) > (From update of attachment 235503 [details]) > Do we ever compare errors? I don’t see anywhere in WebCore that we do. > What does that even mean? Checking whether two errors are the same ;-) > Looking at these methods, I want to delete them, not to fix them. Yeah, I’d rather do that if possible.
operator!= turned out to be used in comparing authentication challenges. Fixed in <http://trac.webkti.org/r171600>.