Bug 120787 - Make RenderBlock have a protected constructor.
Summary: Make RenderBlock have a protected constructor.
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: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-05 12:37 PDT by Dave Hyatt
Modified: 2013-09-06 13:55 PDT (History)
6 users (show)

See Also:


Attachments
Patch (4.38 KB, patch)
2013-09-05 12:41 PDT, Dave Hyatt
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2013-09-05 12:37:14 PDT
Make RenderBlock have a protected constructor so that it cannot be instantiated directly.
Comment 1 Dave Hyatt 2013-09-05 12:41:57 PDT
Created attachment 210647 [details]
Patch
Comment 2 Dave Hyatt 2013-09-05 12:46:44 PDT
Landed in r155141.
Comment 3 Beth Dakin 2013-09-05 17:29:38 PDT
I had to roll this out with http://trac.webkit.org/changeset/155162 because of the failing tests.
Comment 4 Csaba Osztrogonác 2013-09-05 21:20:57 PDT
(In reply to comment #3)
> I had to roll this out with http://trac.webkit.org/changeset/155162 because of the failing tests.

Reopen, since it was rolled out.
Comment 5 Dave Hyatt 2013-09-06 13:55:46 PDT
Re-landed this in r155211..