RESOLVED FIXED 162825
[EFL] Fix build break since r206661
https://bugs.webkit.org/show_bug.cgi?id=162825
Summary [EFL] Fix build break since r206661
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.