Bug 129549

Summary: [GTK] Make impossible to build with <webkit2/webkit2.h> and <webkit2/webkit-web-extension.h> included together
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, commit-queue, gustavo, mrobinson
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrobinson: review+

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>