| Index: Source/core/testing/InternalSettings.cpp
|
| diff --git a/Source/core/testing/InternalSettings.cpp b/Source/core/testing/InternalSettings.cpp
|
| index f7c896f5e1026b44bad940b6900dc9be57aa5d38..36866d821d9a4d0b33d43e891a933beccf1eebfd 100644
|
| --- a/Source/core/testing/InternalSettings.cpp
|
| +++ b/Source/core/testing/InternalSettings.cpp
|
| @@ -488,4 +488,10 @@ void InternalSettings::setDnsPrefetchLogging(bool enabled, ExceptionState& excep
|
| settings()->setLogDnsPrefetchAndPreconnect(enabled);
|
| }
|
|
|
| +void InternalSettings::setPreloadLogging(bool enabled, ExceptionState& exceptionState)
|
| +{
|
| + InternalSettingsGuardForSettings();
|
| + settings()->setLogPreload(enabled);
|
| +}
|
| +
|
| }
|
|
|