Index: Source/modules/geolocation/NavigatorGeolocation.idl |
diff --git a/Source/modules/geolocation/NavigatorGeolocation.idl b/Source/modules/geolocation/NavigatorGeolocation.idl |
index 4de885ca8110d44e6d37292c3ae45d22990e3d16..318db5913eae61a097f827584443ef1668be6a64 100644 |
--- a/Source/modules/geolocation/NavigatorGeolocation.idl |
+++ b/Source/modules/geolocation/NavigatorGeolocation.idl |
@@ -17,7 +17,8 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-partial interface Navigator { |
- [RuntimeEnabled=Geolocation] readonly attribute Geolocation geolocation; |
+[ |
+ RuntimeEnabled=Geolocation, |
+] partial interface Navigator { |
+ readonly attribute Geolocation geolocation; |
}; |
- |