Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: Source/modules/geolocation/NavigatorGeolocation.idl

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
-
« no previous file with comments | « Source/modules/gamepad/NavigatorGamepad.idl ('k') | Source/modules/imagebitmap/WindowImageBitmapFactories.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698