[Webkit-unassigned] [Bug 45406] New: Make FocusController::focusedOrMainFrame method const
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 8 12:10:25 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45406
Summary: Make FocusController::focusedOrMainFrame method const
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: NEW
Severity: Normal
Priority: P3
Component: Frames
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tonikitoo at webkit.org
Originally this method could not be const because it was setting class member objects. http://trac.webkit.org/changeset/19197 changed that.
Now method just internally call two other already const methods. Making this const makes it possible caller of it to also be const.
Patching coming...
--
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