| Index: Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
|
| index b44fd2152d48f211d98735b0ca42942966a222b6..446000d2f13a995f86f5a2715c3e7afb867f6d65 100644
|
| --- a/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/Source/web/WebRuntimeFeatures.cpp
|
| @@ -309,4 +309,9 @@ void WebRuntimeFeatures::enableTargetedStyleRecalc(bool enable)
|
| RuntimeEnabledFeatures::setTargetedStyleRecalcEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enablePreciseMemoryInfo(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setPreciseMemoryInfoEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|