[Webkit-unassigned] [Bug 20561] New: "isFoo()" methods on CSSValue and subclasses should all be const
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 28 12:03:11 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20561
Summary: "isFoo()" methods on CSSValue and subclasses should all
be const
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: simon.fraser at apple.com
CSSValue implements:
virtual bool isValueList() { return false; }
and CSSValueList has both:
public:
virtual bool isValueList() const { return true; }
and
private:
virtual bool isValueList() { return true; }
Much hilarity ensues.
--
Configure bugmail: https://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