Bug 162825

Summary: [EFL] Fix build break since r206661
Product: WebKit Reporter: Joonghun Park <jh718.park>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: lucas.de.marchi
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Joonghun Park
Reported 2016-09-30 19:23:05 PDT
Fix the build warning error below. ../../Source/WebCore/rendering/RenderLayer.cpp: In copy constructor ‘WebCore::ClipRects::ClipRects(const WebCore::ClipRects&)’: ../../Source/WebCore/rendering/RenderLayer.cpp:200:5: error: base class ‘class WTF::RefCounted<WebCore::ClipRects>’ should be explicitly initialized in the copy constructor [-Werror=extra] ClipRects(const ClipRects& other) ^ cc1plus: all warnings being treated as errors
Attachments
Joonghun Park
Comment 1 2016-09-30 19:51:50 PDT
Note You need to log in before you can comment on or make changes to this bug.