[Webkit-unassigned] [Bug 28376] New: [Cleanup] isAfterContent() implemented twice, should be member of RenderObject
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 16 22:05:07 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28376
Summary: [Cleanup] isAfterContent() implemented twice, should
be member of RenderObject
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: NEW
Keywords: EasyFix
Severity: Trivial
Priority: P3
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rolandsteiner at google.com
The function isAfterContent() is implemented twice, once in RenderInline as a
static function, once in RenderBox.
Both implementations are equal.
Also, there is nothing in the implementation that would prevent having this
functionality available as a member on RenderObject.
--
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