Skip to content

Commit

Permalink
Bug 1452151 [wpt PR 9975] - orientation-sensor: Rename LocalCoordinat…
Browse files Browse the repository at this point in the history
…eSystem enum., a=testonly

Automatic update from web-platform-testsorientation-sensor: Rename LocalCoordinateSystem enum. (#9975)

Call it `OrientationSensorLocalCoordinateSystem` per
w3c/orientation-sensor#56.

wpt-commits: 71b44f991df620aa9c06497b4049e720d1bce3aa
wpt-pr: 9975
wpt-commits: 71b44f991df620aa9c06497b4049e720d1bce3aa
wpt-pr: 9975

UltraBlame original commit: 545c0ad0a16ed7458f4fdd11be6a0b435044417d
  • Loading branch information
marco-c committed Oct 2, 2019
1 parent e94eaed commit 972ed93
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
Original file line number Diff line number Diff line change
Expand Up @@ -3810507,7 +3810507,7 @@ idl
:
[
"
d75a765c9456c21ed2733fa89a20f3e2d0eb2131
1f0698a8611726b1ba724a5d7a0961e836c7b07e
"
"
support
Expand Down
4 changes: 2 additions & 2 deletions testing/web-platform/tests/interfaces/orientation-sensor.idl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ targetMatrix
}
;
enum
LocalCoordinateSystem
OrientationSensorLocalCoordinateSystem
{
"
device
Expand All @@ -53,7 +53,7 @@ OrientationSensorOptions
:
SensorOptions
{
LocalCoordinateSystem
OrientationSensorLocalCoordinateSystem
referenceFrame
=
"
Expand Down

0 comments on commit 972ed93

Please sign in to comment.