| Index: Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
|
| index d0cde82e258bdebc90fa5f7f8370a2628f9c9180..134edb7b17c00cc5298590d7fa5b1ef082b40c12 100644
|
| --- a/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/Source/web/WebRuntimeFeatures.cpp
|
| @@ -319,4 +319,9 @@ void WebRuntimeFeatures::enableSVG1DOM(bool enable)
|
| RuntimeEnabledFeatures::setSVG1DOMEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableReducedReferrerGranularity(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setReducedReferrerGranularityEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|