Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index aa9c936a0e52bcedeeb4cc6ba73fa3b73236e103..3dafe398ff264df4141c418e2eea10a528cd922e 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -62,6 +62,11 @@ void WebRuntimeFeatures::enableApplicationCache(bool enable) |
RuntimeEnabledFeatures::setApplicationCacheEnabled(enable); |
} |
+void WebRuntimeFeatures::enableCompositedSelectionUpdates(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setCompositedSelectionUpdatesEnabled(enable); |
+} |
+ |
void WebRuntimeFeatures::enableDatabase(bool enable) |
{ |
RuntimeEnabledFeatures::setDatabaseEnabled(enable); |