| 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 9abcd04001c7d8d7616c641c1bfedc74dbe7292f..6ec681b7119ac825019b7ca8df76e05916cc7323 100755 | 
| --- a/Source/core/scripts/make_runtime_features.py | 
| +++ b/Source/core/scripts/make_runtime_features.py | 
| @@ -73,6 +73,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") | 
| lowered = lowered.replace("wOFF", "woff") | 
| return lowered | 
|  | 
|  |