Bug 51634 - Clean up: Rename HTMLFrameElementBase::getMarginWidth() and HTMLFrameElementBase::getMarginHeight()
Summary: Clean up: Rename HTMLFrameElementBase::getMarginWidth() and HTMLFrameElementB...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-26 23:49 PST by Daniel Bates
Modified: 2010-12-27 16:21 PST (History)
1 user (show)

See Also:


Attachments
Patch (6.89 KB, patch)
2010-12-26 23:51 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2010-12-26 23:49:04 PST
We should rename HTMLFrameElementBase::getMarginWidth() and HTMLFrameElementBase::getMarginHeight() to HTMLFrameElementBase::marginWidth() and HTMLFrameElementBase::marginHeight(), respectively, so as to conform to the naming convention we use for getters.
Comment 1 Daniel Bates 2010-12-26 23:51:12 PST
Created attachment 77483 [details]
Patch
Comment 2 Daniel Bates 2010-12-27 16:21:31 PST
Comment on attachment 77483 [details]
Patch

Clearing flags on attachment: 77483

Committed r74700: <http://trac.webkit.org/changeset/74700>
Comment 3 Daniel Bates 2010-12-27 16:21:36 PST
All reviewed patches have been landed.  Closing bug.