WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
139084
Fix a build warning when CSS_SCROLL_SNAP is enabled
https://bugs.webkit.org/show_bug.cgi?id=139084
Summary
Fix a build warning when CSS_SCROLL_SNAP is enabled
Gyuyoung Kim
Reported
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) ^
Attachments
Patch
(1.56 KB, patch)
2014-11-27 22:46 PST
,
Gyuyoung Kim
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Gyuyoung Kim
Comment 1
2014-11-27 22:46:14 PST
Created
attachment 242261
[details]
Patch
Andrei Bucur
Comment 2
2014-11-29 09:10:33 PST
Comment on
attachment 242261
[details]
Patch r=me
WebKit Commit Bot
Comment 3
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
>
WebKit Commit Bot
Comment 4
2014-11-29 18:36:07 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug