| Index: Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
|
| index e8aa53f7e95d2b3bd0a56fa429a6657567a07898..8b4a4be4ba2907ac4d954331cd241ddf4675d469 100644
|
| --- a/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/Source/web/WebRuntimeFeatures.cpp
|
| @@ -282,4 +282,10 @@ void WebRuntimeFeatures::enableLaxMixedContentChecking(bool enable)
|
| RuntimeEnabledFeatures::setLaxMixedContentCheckingEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableSVG1DOM(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setSVG1DOMEnabled(enable);
|
| +}
|
| +
|
| +
|
| } // namespace blink
|
|
|