| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 65c96752ac7c9c37aa85c2f6722d51e7dd7bfb67..b6f55a32b46a0920b4b5c6661027eacd50bca379 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -179,6 +179,10 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| switches::kEnableExperimentalWebPlatformFeatures)) {
|
| WebRuntimeFeatures::enableNetworkInformation(true);
|
| }
|
| +
|
| + if (command_line.HasSwitch(switches::kDisableSVG1DOM)) {
|
| + WebRuntimeFeatures::enableSVG1DOM(false);
|
| + }
|
| }
|
|
|
| } // namespace content
|
|
|