Commit 1f962f15 authored by darin@apple.com's avatar darin@apple.com

2009-04-22 Darin Adler <darin@apple.com>

        * page/Navigator.idl: Touch this file to fix build since Geolocation
        configuration was recently turned off.



git-svn-id: svn://svn.chromium.org/blink/trunk@42766 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0af4e6c9
2009-04-22 Darin Adler <darin@apple.com>
* page/Navigator.idl: Touch this file to fix build since Geolocation
configuration was recently turned off.
2009-04-22 Justin Garcia <justin.garcia@apple.com> 2009-04-22 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler. Reviewed by Darin Adler.
...@@ -38,6 +38,7 @@ module window { ...@@ -38,6 +38,7 @@ module window {
boolean javaEnabled(); boolean javaEnabled();
readonly attribute boolean onLine; readonly attribute boolean onLine;
#if ENABLE_GEOLOCATION #if ENABLE_GEOLOCATION
readonly attribute Geolocation geolocation; readonly attribute Geolocation geolocation;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment