26 lines
804 B
Diff
26 lines
804 B
Diff
From: Your Name <you@example.com>
|
|
Date: Tue, 31 Jan 2023 13:57:29 +0000
|
|
Subject: Disable MathMLCore
|
|
|
|
---
|
|
.../blink/renderer/platform/runtime_enabled_features.json5 | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|
--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|
+++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|
@@ -1722,9 +1722,10 @@
|
|
},
|
|
{
|
|
name: "MathMLCore",
|
|
- status: "stable",
|
|
+ status: "experimental",
|
|
depends_on: ["LayoutNG"],
|
|
base_feature: "MathMLCore",
|
|
+ base_feature_status: "disabled",
|
|
},
|
|
{
|
|
name:"MeasureMemory",
|
|
--
|
|
2.25.1
|