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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2816713004: Geolocation: rename Geoposition to Position to follow Spec (take 2) (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/modules/geolocation/PositionCallback.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 15cfb772a16bd3d7a631e7afdda2b4e867406d00..c919feb936a5203b3c4af8be28e635421ace533f 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -127,7 +127,7 @@ modules_idl_files =
"gamepad/GamepadPose.idl",
"geolocation/Coordinates.idl",
"geolocation/Geolocation.idl",
- "geolocation/Geoposition.idl",
+ "geolocation/Position.idl",
"geolocation/PositionCallback.idl",
"geolocation/PositionError.idl",
"geolocation/PositionErrorCallback.idl",
« no previous file with comments | « third_party/WebKit/Source/modules/geolocation/PositionCallback.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698