Bug 18600

Summary: RenderContainer::addLineBoxRects has a different signature to RenderObject::addLineBoxRects
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: dino
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Simon Fraser (smfr)
Reported 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.
Attachments
Simon Fraser (smfr)
Comment 1 2008-07-09 13:25:52 PDT
This has been fixed in r31188.
Note You need to log in before you can comment on or make changes to this bug.