Index: Source/core/testing/InternalSettings.cpp |
diff --git a/Source/core/testing/InternalSettings.cpp b/Source/core/testing/InternalSettings.cpp |
index b0f532113363f35a2c411782973112863de0a570..28e64a38a73a9f3310190c3d48dc1a24e82e03c4 100644 |
--- a/Source/core/testing/InternalSettings.cpp |
+++ b/Source/core/testing/InternalSettings.cpp |
@@ -474,6 +474,11 @@ void InternalSettings::setScrollTopLeftInteropEnabled(bool enabled) |
RuntimeEnabledFeatures::setScrollTopLeftInteropEnabled(enabled); |
} |
+void InternalSettings::setLinkHeaderEnabled(bool enabled) |
+{ |
+ RuntimeEnabledFeatures::setLinkHeaderEnabled(enabled); |
+} |
+ |
void InternalSettings::setDnsPrefetchLogging(bool enabled, ExceptionState& exceptionState) |
{ |
InternalSettingsGuardForSettings(); |