Bug 97930 - Missing initializer in WebKitLoaderClient
Summary: Missing initializer in WebKitLoaderClient
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 12:30 PDT by Alberto Garcia
Modified: 2012-09-28 13:03 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.35 KB, patch)
2012-09-28 12:31 PDT, Alberto Garcia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 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.
Comment 1 Alberto Garcia 2012-09-28 12:31:31 PDT
Created attachment 166293 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-09-28 13:03:24 PDT
All reviewed patches have been landed.  Closing bug.