Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index e8aa53f7e95d2b3bd0a56fa429a6657567a07898..fadda3f49f48daab36ed1f875001d7216b613b48 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -59,6 +59,12 @@ void WebRuntimeFeatures::enableApplicationCache(bool enable) |
RuntimeEnabledFeatures::setApplicationCacheEnabled(enable); |
} |
+ |
+void WebRuntimeFeatures::enableCompositedSelectionUpdates(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setCompositedSelectionUpdatesEnabled(enable); |
+} |
+ |
void WebRuntimeFeatures::enableDatabase(bool enable) |
{ |
RuntimeEnabledFeatures::setDatabaseEnabled(enable); |