Bug 161057 - Simplify the generated message structs
Summary: Simplify the generated message structs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-22 14:11 PDT by Anders Carlsson
Modified: 2016-08-22 14:33 PDT (History)
0 users

See Also:


Attachments
Patch (6.30 KB, patch)
2016-08-22 14:15 PDT, Anders Carlsson
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2016-08-22 14:11:22 PDT
Simplify the generated message structs
Comment 1 Anders Carlsson 2016-08-22 14:15:36 PDT
Created attachment 286621 [details]
Patch
Comment 2 Geoffrey Garen 2016-08-22 14:29:43 PDT
Comment on attachment 286621 [details]
Patch

r=me with build fix

../../Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.cpp: In member function 'bool WebKit::InjectedBundlePageFullScreenClient::supportsFullScreen(WebKit::WebPage*, bool)':
../../Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.cpp:51:99: error: no matching function for call to 'WebKit::WebPage::sendSync(Messages::WebFullScreenManagerProxy::SupportsFullScreen, bool&)'
Comment 3 Anders Carlsson 2016-08-22 14:33:42 PDT
Committed r204739: <http://trac.webkit.org/changeset/204739>