[Webkit-unassigned] [Bug 31721] Using jQuery to show/hide IMG elements crashes WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 01:43:40 PDT 2011


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





--- Comment #38 from Andrey Petrov <andrey.petrov at gmail.com>  2011-05-25 01:43:39 PST ---
(In reply to comment #37)

> Did you miss an assertion on  the Gtk port for:
> ASSERT(node->renderer()->isImage());
> 
> From that code alone, it appears so.  This is why i like the above comment from Morita. Pasteboard needs some refactoring and this bug may be a good start in this direction.

No, I did not miss it. Some platform code asserts isImage(), some doesn't.
I thought the idea of this bug was just to fix a crash. Refactoring should be done under different bugs in my opinion.

Now then, shall I just move the check to the caller?

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