Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index ce21c432c356bb3fa7e723db9cef48fbf89d01ca..8d91c4e9477bf0de50017c3fb5614d5fa87f6f04 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -173,11 +173,6 @@ void WebRuntimeFeatures::enableNavigatorContentUtils(bool enable) |
RuntimeEnabledFeatures::setNavigatorContentUtilsEnabled(enable); |
} |
-void WebRuntimeFeatures::enableNavigationTransitions(bool enable) |
-{ |
- RuntimeEnabledFeatures::setNavigationTransitionsEnabled(enable); |
-} |
- |
void WebRuntimeFeatures::enableNetworkInformation(bool enable) |
{ |
RuntimeEnabledFeatures::setNetworkInformationEnabled(enable); |