Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index d0954e2750b725a2fcf5b27b4360090bb5bae608..8bf82d78e961c31ed15d8e741b494c90e2688dc1 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -176,12 +176,7 @@ bool WebRuntimeFeatures::isGeolocationEnabled() |
void WebRuntimeFeatures::enableLazyLayout(bool enable) |
{ |
- RuntimeEnabledFeatures::setLazyLayoutEnabled(enable); |
-} |
- |
-bool WebRuntimeFeatures::isLazyLayoutEnabled() |
-{ |
- return RuntimeEnabledFeatures::lazyLayoutEnabled(); |
+ // FIXME: Remove this once Chromium stops calling this. |
} |
void WebRuntimeFeatures::enableLocalStorage(bool enable) |