[Webkit-unassigned] [Bug 87745] New: [GTK] Missing field initializers for WKPageLoaderClient and WKPageUIClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 07:20:26 PDT 2012


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

           Summary: [GTK] Missing field initializers for
                    WKPageLoaderClient and WKPageUIClient
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: spena at igalia.com


Building WK2 currently outputs the following warnings:

../../Source/WebKit2/UIProcess/API/gtk/WebKitUIClient.cpp:194:5: warning: missing initializer for member ‘WKPageUIClient::unavailablePluginButtonClicked’ [-Wmissing-field-initializers]
../../Source/WebKit2/UIProcess/API/gtk/WebKitLoaderClient.cpp:151:5: warning: missing initializer for member ‘WKPageLoaderClient::pluginDidFail’ [-Wmissing-field-initializers]

The attached patch initializes these members.

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