| Index: Source/core/scripts/make_runtime_features.py
|
| diff --git a/Source/core/scripts/make_runtime_features.py b/Source/core/scripts/make_runtime_features.py
|
| index d0f9b96ec44121cb7de4499cd87c91c60042f2b0..7b3bfc874befac345a463ec60eabc0efce16a686 100755
|
| --- a/Source/core/scripts/make_runtime_features.py
|
| +++ b/Source/core/scripts/make_runtime_features.py
|
| @@ -67,6 +67,7 @@ class RuntimeFeatureWriter(in_generator.Writer):
|
| lowered = lowered.replace("cSS", "css")
|
| lowered = lowered.replace("iME", "ime")
|
| lowered = lowered.replace("hTML", "html")
|
| + lowered = lowered.replace("sVG", "svg")
|
| return lowered
|
|
|
| def _feature_sets(self):
|
|
|