Instead of the C API.
Created attachment 312425 [details] Patch
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 on attachment 312425 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=312425&action=review > Source/WebKit2/UIProcess/API/gtk/WebKitGeolocationProvider.cpp:35 > #if ENABLE(GEOLOCATION) These normally go after the "config.h" and main header inclusion. > Source/WebKit2/UIProcess/API/gtk/WebKitGeolocationProvider.cpp:95 > +} // namespace WebKit > + > #endif // ENABLE(GEOLOCATION) Here the curly brace closing the namespace is inside the ENABLE(GEOLOCATION) guard, while the initial namespace statement is outside it.
Committed r218173: <http://trac.webkit.org/changeset/218173>