Bug 129549 - [GTK] Make impossible to build with <webkit2/webkit2.h> and <webkit2/webkit-web-extension.h> included together
Summary: [GTK] Make impossible to build with <webkit2/webkit2.h> and <webkit2/webkit-w...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2014-03-01 10:54 PST by Carlos Garcia Campos
Modified: 2014-03-02 06:54 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.05 KB, patch)
2014-03-01 10:56 PST, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2014-03-01 10:54:40 PST
Add a compile error to prevent mixing the UI and web process APIs.
Comment 1 Carlos Garcia Campos 2014-03-01 10:56:09 PST
Created attachment 225556 [details]
Patch
Comment 2 WebKit Commit Bot 2014-03-01 10:58:06 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2014-03-02 06:54:20 PST
Committed r164940: <http://trac.webkit.org/changeset/164940>