Fix predefined color space undefined jsrepr

Small fix found during emscripten updates.

Bug: none
Change-Id: Ib678a2002c76c0f7fd7bea5431a36df501c22074
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/80700
Commit-Queue: Shrek Shao <shrekshao@google.com>
Auto-Submit: Shrek Shao <shrekshao@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
Shrek Shao 2022-02-15 23:58:31 +00:00 committed by Dawn LUCI CQ
parent 7c0afdf390
commit 13426d5b6b
1 changed files with 1 additions and 1 deletions

View File

@ -1526,7 +1526,7 @@
"predefined color space": {
"category": "enum",
"values": [
{"value": 0, "name": "undefined"},
{"value": 0, "name": "undefined", "jsrepr": "undefined"},
{"value": 1, "name": "srgb"}
]
},