Skip to content

Commit

Permalink
Bug 1444911 [wpt PR 9974] - magnetometer: Rename LocalCoordinateSyste…
Browse files Browse the repository at this point in the history
…m enum., a=testonly

Automatic update from web-platform-testsmagnetometer: Rename LocalCoordinateSystem enum. (#9974)

Call it `MagnetometerLocalCoordinateSystem` after w3c/magnetometer#45.

wpt-commits: c7a4bd8d62a439c46380427400eb73ab9b3f0b9f
wpt-pr: 9974
wpt-commits: c7a4bd8d62a439c46380427400eb73ab9b3f0b9f
wpt-pr: 9974
  • Loading branch information
rakuco authored and jgraham committed Apr 15, 2018
1 parent 1ad63e6 commit 175e932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testing/web-platform/meta/MANIFEST.json
Expand Up @@ -571776,7 +571776,7 @@
"support"
],
"interfaces/magnetometer.idl": [
"78fdc6ec345a5f05e86cb104cb025689638bbe17",
"ffac480912edba82886fef6d5368092d237a0c7f",
"support"
],
"interfaces/mediacapture-main.idl": [
Expand Down
4 changes: 2 additions & 2 deletions testing/web-platform/tests/interfaces/magnetometer.idl
Expand Up @@ -6,10 +6,10 @@ interface Magnetometer : Sensor {
readonly attribute double? z;
};

enum LocalCoordinateSystem { "device", "screen" };
enum MagnetometerLocalCoordinateSystem { "device", "screen" };

dictionary MagnetometerSensorOptions : SensorOptions {
LocalCoordinateSystem referenceFrame = "device";
MagnetometerLocalCoordinateSystem referenceFrame = "device";
};

[Constructor(optional MagnetometerSensorOptions sensorOptions), SecureContext,
Expand Down

0 comments on commit 175e932

Please sign in to comment.