Skip to content

Commit 2988c5a

Browse files
authored
Simplify ClientType renaming (#1052)
1 parent 18c98d8 commit 2988c5a

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

inputfiles/addedTypes.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,8 @@
242242
},
243243
"enums": {
244244
"enum": {
245-
"ClientTypes": {
246-
"name": "ClientTypes",
247-
"value": [
248-
"window",
249-
"worker",
250-
"sharedworker",
251-
"all"
252-
]
245+
"ClientType": {
246+
"name": "ClientTypes"
253247
},
254248
"RTCStatsIceCandidatePairState": {
255249
"value": [

inputfiles/removedTypes.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
},
2626
"enums": {
2727
"enum": {
28-
"ClientType": null,
2928
"ConnectionType": {
3029
"value": ["wimax"]
3130
},

0 commit comments

Comments
 (0)