[Webkit-unassigned] [Bug 16478] Redundant isElement checks in NodeLists

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 14:22:26 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16478


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17966|review?                     |review-
               Flag|                            |




------- Comment #4 from eric at webkit.org  2007-12-17 14:22 PDT -------
(From update of attachment 17966)
It makes little sense to me to have an ASSERT for a specific subclass when the
method signature expects the base class.  The better way to change this is to
change the message signature, and then the callers to static_cast when
necessary.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list