Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index b0e9269a9f737cd8e03b09790b2d50ebe355615c..67b99553091aa4cdf547178f785bc0b999024863 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -143,11 +143,6 @@ void WebRuntimeFeatures::enableImageColorProfiles(bool enable) |
RuntimeEnabledFeatures::setImageColorProfilesEnabled(enable); |
} |
-void WebRuntimeFeatures::enableLocalStorage(bool enable) |
-{ |
- RuntimeEnabledFeatures::setLocalStorageEnabled(enable); |
-} |
- |
void WebRuntimeFeatures::enableMediaPlayer(bool enable) |
{ |
RuntimeEnabledFeatures::setMediaEnabled(enable); |