| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index 05eeb004e2ce5efe5093e171bd4bbadb3ee5cb4e..b9b37afaa0610b928c831656827e91a364d01320 100644
|
| --- a/Source/core/testing/InternalSettings.h
|
| +++ b/Source/core/testing/InternalSettings.h
|
| @@ -123,6 +123,7 @@ public:
|
| void setImageColorProfilesEnabled(bool);
|
| void setImageAnimationPolicy(const String&, ExceptionState&);
|
| void setScrollTopLeftInteropEnabled(bool);
|
| + void setLinkHeaderEnabled(bool);
|
|
|
| virtual void trace(Visitor*) override;
|
|
|
|
|