Skip to content

Commit 8040ecd

Browse files
authored
Move ValueType removal to wasm (microsoft#2287)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent f66686d commit 8040ecd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

inputfiles/patches/html.kdl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,3 @@ interface NavigationPrecommitController exposed=Window {
2323
interface NavigationTransition {
2424
property committed exposed=Window
2525
}
26-
27-
removals {
28-
enum ValueType
29-
}

inputfiles/patches/webassembly.kdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ dictionary ValueTypeMap legacyNamespace=WebAssembly {
1515
dictionary MemoryDescriptor {
1616
member shared type=boolean
1717
}
18+
19+
removals {
20+
// Overridden with `keyof ValueTypeMap`
21+
enum ValueType
22+
}

0 commit comments

Comments
 (0)