Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index 073be338b51d20956b3bc9f820ce5612fe4130ae..528734612c3997437bd1c99f3f90cb302d4ae4b1 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -290,4 +290,9 @@ void WebRuntimeFeatures::enableTextBlobs(bool enable) |
RuntimeEnabledFeatures::setTextBlobEnabled(enable); |
} |
+void WebRuntimeFeatures::enableV8IdleTasks(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setV8IdleTasksEnabled(enable); |
+} |
+ |
} // namespace blink |