| 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: |
|
||||||
Created attachment 242261 [details]
Patch
Comment on attachment 242261 [details]
Patch
r=me
Comment on attachment 242261 [details] Patch Clearing flags on attachment: 242261 Committed r176585: <http://trac.webkit.org/changeset/176585> All reviewed patches have been landed. Closing bug. |
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) ^