Index: third_party/WebKit/Source/modules/notifications/NotificationData.h |
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationData.h b/third_party/WebKit/Source/modules/notifications/NotificationData.h |
index c0deb3759e590d0bf2986a919d46a23342561806..f307a0d76ccd250973fd397cfe77478e11ae69f3 100644 |
--- a/third_party/WebKit/Source/modules/notifications/NotificationData.h |
+++ b/third_party/WebKit/Source/modules/notifications/NotificationData.h |
@@ -18,8 +18,9 @@ class ExceptionState; |
class ExecutionContext; |
class NotificationOptions; |
-// Creates a WebNotificationData object based on the developer-provided notification data. When the |
-// data is deemed invalid, an exception will be thrown to the passed exception state. |
+// Creates a WebNotificationData object based on the developer-provided |
+// notification options. An exception will be thrown on the ExceptionState when |
+// the given options do not match the constraints imposed by the specification. |
MODULES_EXPORT WebNotificationData |
createWebNotificationData(ExecutionContext*, |
const String& title, |