Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index e918f91d6dd9719181de6683612dabbf8867c7fe..f4623f623eea12c05c683aba241fbd0d6fef3fd9 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -158,6 +158,11 @@ void WebRuntimeFeatures::enableMediaSource(bool enable) |
RuntimeEnabledFeatures::setMediaSourceEnabled(enable); |
} |
+void WebRuntimeFeatures::enableNotificationConstructor(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setNotificationConstructorEnabled(enable); |
+} |
+ |
void WebRuntimeFeatures::enableNotifications(bool enable) |
{ |
RuntimeEnabledFeatures::setNotificationsEnabled(enable); |