Bug 139084

Summary: Fix a build warning when CSS_SCROLL_SNAP is enabled
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebCore Misc.Assignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 139083    
Attachments:
Description Flags
Patch none

Description Gyuyoung Kim 2014-11-27 22:41:49 PST
There is a build warning when CSS_SCROLL_SNAP is enabled on EFL port. This warning comes that base class ctor of StyleScrollSnapPoints class is not initialized explicitly.

../../Source/WebCore/rendering/style/StyleScrollSnapPoints.cpp:58:8: error: base class ‘class WTF::RefCounted<WebCore::StyleScrollSnapPoints>’ should be explicitly initialized in the copy constructor [-Werror=extra]
 inline StyleScrollSnapPoints::StyleScrollSnapPoints(const StyleScrollSnapPoints& other)
        ^
Comment 1 Gyuyoung Kim 2014-11-27 22:46:14 PST
Created attachment 242261 [details]
Patch
Comment 2 Andrei Bucur 2014-11-29 09:10:33 PST
Comment on attachment 242261 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2014-11-29 18:36:03 PST
Comment on attachment 242261 [details]
Patch

Clearing flags on attachment: 242261

Committed r176585: <http://trac.webkit.org/changeset/176585>
Comment 4 WebKit Commit Bot 2014-11-29 18:36:07 PST
All reviewed patches have been landed.  Closing bug.