| Summary: | Convert WebUserContentControllerProxy to an API::Object bridged to WKUserContentController | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> | ||||
| Component: | New Bugs | Assignee: | Sam Weinig <sam> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | cdumez, commit-queue | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Bug Depends on: | 140429, 140432 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Sam Weinig
2015-01-13 15:04:44 PST
Created attachment 244552 [details]
Patch
Committed r178385: <http://trac.webkit.org/changeset/178385> Seems to have broken GTK build:
Last 500 characters of output:
rocess/API/gtk/WebKitUserContentManager.cpp
../../Source/WebKit2/UIProcess/API/gtk/WebKitUserContentManager.cpp: In constructor '_WebKitUserContentManagerPrivate::_WebKitUserContentManagerPrivate()':
../../Source/WebKit2/UIProcess/API/gtk/WebKitUserContentManager.cpp:37:33: error: 'create' is not a member of 'WebKit::WebUserContentControllerProxy'
: userContentController(WebUserContentControllerProxy::create())
^
ninja: build stopped: subcommand failed.
Re-opened since this is blocked by bug 140432 |