Bug 140466 - HTMLAreaElement::compute{Path,Rect} should take RenderElement*.
Summary: HTMLAreaElement::compute{Path,Rect} should take RenderElement*.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-14 14:43 PST by Andreas Kling
Modified: 2022-08-13 06:15 PDT (History)
8 users (show)

See Also:


Attachments
Patch (3.35 KB, patch)
2015-01-14 14:44 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2015-01-14 14:43:24 PST
Yeh.
Comment 1 Andreas Kling 2015-01-14 14:44:25 PST
Created attachment 244640 [details]
Patch
Comment 2 Ahmad Saleem 2022-08-13 06:15:37 PDT
FIXME still exist which this patch was trying to fix:

https://github.com/WebKit/WebKit/blob/e4e4bba1f291d4773b907199bb5e6976d14c223d/Source/WebCore/html/HTMLAreaElement.cpp#L99

Is this needed anymore? Thanks!