Bug 132810

Summary: REGRESSION(r168603): [GTK] Build broken.
Product: WebKit Reporter: Seongjun Kim <isair>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, cgarcia, commit-queue, gustavo, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Seongjun Kim 2014-05-11 20:24:32 PDT
Revision r168118 <http://trac.webkit.org/changeset/168603> broke the GTK Build:

../../Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp: In function 'void* createDefaultWebContext(gpointer)':
../../Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp:256:98: error: no matching function for call to 'WebKit::WebContext::create(WTF::String)'
../../Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp:256:98: note: candidate is:
In file included from ../../Source/WebKit2/UIProcess/API/gtk/WebKitWebContextPrivate.h:30:0,
                 from ../../Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp:42:
../../Source/WebKit2/UIProcess/WebContext.h:110:35: note: static WTF::PassRefPtr<WebKit::WebContext> WebKit::WebContext::create(WebKit::WebContextConfiguration)
../../Source/WebKit2/UIProcess/WebContext.h:110:35: note:   no known conversion for argument 1 from 'WTF::String' to 'WebKit::WebContextConfiguration'
Comment 1 Seongjun Kim 2014-05-11 20:39:27 PDT
Created attachment 231273 [details]
Patch
Comment 2 WebKit Commit Bot 2014-05-11 20:42:03 PDT
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-05-11 22:51:48 PDT
Comment on attachment 231273 [details]
Patch

Thanks!
Comment 4 WebKit Commit Bot 2014-05-11 23:22:16 PDT
Comment on attachment 231273 [details]
Patch

Clearing flags on attachment: 231273

Committed r168608: <http://trac.webkit.org/changeset/168608>
Comment 5 WebKit Commit Bot 2014-05-11 23:22:19 PDT
All reviewed patches have been landed.  Closing bug.