Bug 170724 - Pure virtual method called for RenderElement
Summary: Pure virtual method called for RenderElement
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tomas Popela
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-11 03:58 PDT by Tomas Popela
Modified: 2017-04-11 04:34 PDT (History)
0 users

See Also:


Attachments
Patch (1.29 KB, patch)
2017-04-11 04:01 PDT, Tomas Popela
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Popela 2017-04-11 03:58:29 PDT
The RenderElement does not implement the RenderObject's renderName() method. Spotted why building with enabled tree debugging.
Comment 1 Tomas Popela 2017-04-11 04:01:01 PDT
Created attachment 306798 [details]
Patch