[Webkit-unassigned] [Bug 173151] [GTK] Use API::GeolocationProvider in WebKitGeolocationProvider

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 13 03:23:33 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=173151

Zan Dobersek <zan at falconsigh.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #312425|review?                     |review+
              Flags|                            |

--- Comment #3 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 312425
  --> https://bugs.webkit.org/attachment.cgi?id=312425
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170613/cb636ece/attachment.html>


More information about the webkit-unassigned mailing list