| Index: Source/core/testing/InternalSettings.h | 
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h | 
| index 8baeeacd5b5b7139c6d87708374156f170a3f208..8b44e263a1041d907c97a529f51e3e497c4419b6 100644 | 
| --- a/Source/core/testing/InternalSettings.h | 
| +++ b/Source/core/testing/InternalSettings.h | 
| @@ -133,6 +133,7 @@ public: | 
| void setAvailableHoverTypes(const String&, ExceptionState&); | 
| void setPrimaryHoverType(const String&, ExceptionState&); | 
| void setDnsPrefetchLogging(bool, ExceptionState&); | 
| +    void setPreloadLogging(bool, ExceptionState&); | 
|  | 
| private: | 
| explicit InternalSettings(Page&); | 
|  |