Index: Source/modules/notifications/Notification.cpp |
diff --git a/Source/modules/notifications/Notification.cpp b/Source/modules/notifications/Notification.cpp |
index efb192c35670254f332f63d7603c8ec347384100..2b2c090d8d463dd246bfffd110f545b3f63485d4 100644 |
--- a/Source/modules/notifications/Notification.cpp |
+++ b/Source/modules/notifications/Notification.cpp |
@@ -253,6 +253,11 @@ bool Notification::silent() const |
return m_data.silent; |
} |
+bool Notification::requireInteraction() const |
+{ |
+ return m_data.requireInteraction; |
+} |
+ |
ScriptValue Notification::data(ScriptState* scriptState) |
{ |
if (m_developerData.isEmpty()) { |