Bug 121355 - CTTE: RenderDetailsMarker is never anonymous.
Summary: CTTE: RenderDetailsMarker is never anonymous.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-14 01:08 PDT by Andreas Kling
Modified: 2013-09-14 02:14 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.60 KB, patch)
2013-09-14 01:08 PDT, Andreas Kling
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-09-14 01:08:14 PDT
CTTE: RenderDetailsMarker is never anonymous.
Comment 1 Andreas Kling 2013-09-14 01:08:40 PDT
Created attachment 211633 [details]
Patch
Comment 2 Darin Adler 2013-09-14 01:16:19 PDT
Comment on attachment 211633 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=211633&action=review

> Source/WebCore/rendering/RenderDetailsMarker.h:-60
> -// This will catch anyone doing an unnecessary cast.
> -void toRenderDetailsMarker(const RenderDetailsMarker*);

No equivalent to this needed?
Comment 3 Andreas Kling 2013-09-14 02:14:47 PDT
Committed r155761: <http://trac.webkit.org/changeset/155761>