[Webkit-unassigned] [Bug 97930] New: Missing initializer in WebKitLoaderClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 12:30:13 PDT 2012


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

           Summary: Missing initializer in WebKitLoaderClient
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: agarcia at igalia.com
                CC: mrobinson at webkit.org


../../Source/WebKit2/UIProcess/API/gtk/WebKitLoaderClient.cpp: In function ‘void attachLoaderClientToView(WebKitWebView*)’:
../../Source/WebKit2/UIProcess/API/gtk/WebKitLoaderClient.cpp:155:5: warning: missing initializer for member ‘WKPageLoaderClient::didLayout’ [-Wmissing-field-initializers]


There's a new didLayout field in WKPageLoaderClient, the instance in WebKitLoaderClient is missing the initializer.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list