Bug 5670 - Many khtml methods really should be "const"
Summary: Many khtml methods really should be "const"
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-09 02:28 PST by Eric Seidel (no email)
Modified: 2007-12-29 19:33 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-11-09 02:28:43 PST
Many khtml methods really should be "const"

examples:

rendererIsNeeded(khtml::RenderStyle*)
previousRenderer();
nextRenderer();
isImageType();

and many more.

Some of these are const in kdom (or have const equivilents in kdom/ksvg2/kcanvas, it it would be nice 
to be more parallel in this manner.
Comment 1 Eric Seidel (no email) 2007-12-29 19:33:10 PST
we don't need a bug on this.