Bug 139084 - Fix a build warning when CSS_SCROLL_SNAP is enabled
Summary: Fix a build warning when CSS_SCROLL_SNAP is enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks: 139083
  Show dependency treegraph
 
Reported: 2014-11-27 22:41 PST by Gyuyoung Kim
Modified: 2014-11-29 18:36 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.56 KB, patch)
2014-11-27 22:46 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.