Index: Source/modules/notifications/NotificationCenter.h |
diff --git a/Source/modules/notifications/NotificationCenter.h b/Source/modules/notifications/NotificationCenter.h |
index 998b80da01eb71e45ebaa1e2e39b2ec4084f7f62..736b788496a3b47eda0e813c073763a868d6a63a 100644 |
--- a/Source/modules/notifications/NotificationCenter.h |
+++ b/Source/modules/notifications/NotificationCenter.h |
@@ -63,7 +63,7 @@ public: |
{ |
if (!client()) { |
exceptionState.throwDOMException(InvalidStateError, "The notification client is null."); |
- return 0; |
+ return nullptr; |
} |
return WebKitNotification::create(title, body, iconUrl, executionContext(), exceptionState, this); |
} |