Bug 18600 - RenderContainer::addLineBoxRects has a different signature to RenderObject::addLineBoxRects
Summary: RenderContainer::addLineBoxRects has a different signature to RenderObject::a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-18 15:04 PDT by Simon Fraser (smfr)
Modified: 2008-07-11 10:58 PDT (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 Simon Fraser (smfr) 2008-04-18 15:04:24 PDT
It looks like RenderContainer::addLineBoxRects() was intended to override RenderObject::addLineBoxRects(). However, it has a different signature; it's missing the useSelectionHeight param. So the overriding doesn't work.
Comment 1 Simon Fraser (smfr) 2008-07-09 13:25:52 PDT
This has been fixed in r31188.