Bug 120787

Summary: Make RenderBlock have a protected constructor.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, esprehn+autocc, glenn, kondapallykalyan, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bdakin: review+

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..