[Webkit-unassigned] [Bug 35377] Changing the src attribute of an img element does not cancel the image load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 26 17:01:20 PDT 2012


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #144102|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #6 from Darin Adler <darin at apple.com>  2012-05-26 17:01:18 PST ---
(From update of attachment 144102)
In cases like this, where we want to be sure that derived classes call through to the base class, it can be useful to have a debug assertion that fires if someone forgets to do that.

If we know there is only one call site for a particular virtual function, we can set up a global pointer to double check that we call all the way through to the base class’s implementation exactly once. We should consider creating a debug macro to help deploy this kind of checking for cases like this one.

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