[Webkit-unassigned] [Bug 144858] New: [GTK] Reorder Performance class's member initialization sequence

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 10 23:30:28 PDT 2015


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

            Bug ID: 144858
           Summary: [GTK] Reorder Performance class's member
                    initialization sequence
    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: jh718.park at samsung.com

To remove error as below, reorder Performance class member initialization sequence.
In file included from ../../Source/WebCore/page/Performance.cpp:33:0:
../../Source/WebCore/page/Performance.h: In constructor ‘WebCore::Performance::Performance(WebCore::Frame*)’:
../../Source/WebCore/page/Performance.h:109:24: warning: ‘WebCore::Performance::m_userTiming’ will be initialized after [-Wreorder]
     RefPtr<UserTiming> m_userTiming;
                        ^
../../Source/WebCore/page/Performance.h:106:12: warning:   ‘double WebCore::Performance::m_referenceTime’ [-Wreorder]
     double m_referenceTime;
            ^
../../Source/WebCore/page/Performance.cpp:55:1: warning:   when initialized here [-Wreorder]
 Performance::Performance(Frame* frame)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150511/a6ae3598/attachment.html>


More information about the webkit-unassigned mailing list