[Webkit-unassigned] [Bug 11031] Another crazy counters bug
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 6 07:42:27 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=11031
--- Comment #7 from mitz at webkit.org 2009-11-06 07:42:27 PDT ---
(From update of attachment 42617)
> - virtual bool isEmpty() const { return firstChild() == 0; }
> + virtual bool isEmpty() const { return firstChild(); }
This doesn’t seem right.
--
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