[Webkit-unassigned] [Bug 139084] New: Fix a build warning when CSS_SCROLL_SNAP is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 27 22:41:49 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=139084

            Bug ID: 139084
           Summary: Fix a build warning when CSS_SCROLL_SNAP is enabled
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

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)
        ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141128/720f9b7d/attachment-0002.html>


More information about the webkit-unassigned mailing list