[Webkit-unassigned] [Bug 140722] Simplify CachedImage clients to avoid overriding both or either only imageChanged or notifyFinished

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 29 04:24:13 PST 2015


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

--- Comment #13 from Csaba Osztrogonác <ossy at webkit.org> ---
Comment on attachment 245545
  --> https://bugs.webkit.org/attachment.cgi?id=245545
CachedImage: ensure clients overrides imageChanged instead of notifyFinished

View in context: https://bugs.webkit.org/attachment.cgi?id=245545&action=review

> Source/WebCore/html/HTMLImageLoader.cpp:77
> +    ASSERT(cachedImage == image().get());

It broke the debug builds:

     1>..\html\HTMLImageLoader.cpp(77): error C2228: left of '.get' must have class/struct/union
                 type is 'WebCore::CachedImage *'
                 did you intend to use '->' instead?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150129/07b25e52/attachment-0002.html>


More information about the webkit-unassigned mailing list