diff --git a/inputfiles/patches/html.kdl b/inputfiles/patches/html.kdl
index 3b7f707dd..ff4b3c1c1 100644
--- a/inputfiles/patches/html.kdl
+++ b/inputfiles/patches/html.kdl
@@ -23,7 +23,3 @@ interface NavigationPrecommitController exposed=Window {
interface NavigationTransition {
property committed exposed=Window
}
-
-removals {
- enum ValueType
-}
diff --git a/inputfiles/patches/webassembly.kdl b/inputfiles/patches/webassembly.kdl
index cd66192ab..426530070 100644
--- a/inputfiles/patches/webassembly.kdl
+++ b/inputfiles/patches/webassembly.kdl
@@ -15,3 +15,8 @@ dictionary ValueTypeMap legacyNamespace=WebAssembly {
dictionary MemoryDescriptor {
member shared type=boolean
}
+
+removals {
+ // Overridden with `keyof ValueTypeMap`
+ enum ValueType
+}