Bug 50618 - Refactor SelectElement's functions with actually const arguments to add const
Summary: Refactor SelectElement's functions with actually const arguments to add const
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-07 00:42 PST by Dai Mikurube
Modified: 2011-09-27 08:03 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dai Mikurube 2010-12-07 00:42:28 PST
Some of functions in SelectElement have actually "const" arguments, but they are not with the const keyword.
E.g. scrollToSelection and appendFormData.