RESOLVED FIXED 97930
Missing initializer in WebKitLoaderClient
https://bugs.webkit.org/show_bug.cgi?id=97930
Summary Missing initializer in WebKitLoaderClient
Alberto Garcia
Reported 2012-09-28 12:30:39 PDT
../../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.
Attachments
Patch (1.35 KB, patch)
2012-09-28 12:31 PDT, Alberto Garcia
no flags
Alberto Garcia
Comment 1 2012-09-28 12:31:31 PDT
WebKit Review Bot
Comment 2 2012-09-28 13:03:20 PDT
Comment on attachment 166293 [details] Patch Clearing flags on attachment: 166293 Committed r129937: <http://trac.webkit.org/changeset/129937>
WebKit Review Bot
Comment 3 2012-09-28 13:03:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.