Index: Source/modules/notifications/Notification.h |
diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h |
index 19e81591f27e00cf702f5e6ef0da451b2e6e097f..a1deb2350348abd961ee6660bc356610e66c1789 100644 |
--- a/Source/modules/notifications/Notification.h |
+++ b/Source/modules/notifications/Notification.h |
@@ -85,7 +85,7 @@ public: |
// EventTarget interface. |
virtual ExecutionContext* executionContext() const OVERRIDE FINAL { return ActiveDOMObject::executionContext(); } |
- virtual bool dispatchEvent(PassRefPtr<Event>) OVERRIDE FINAL; |
+ virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE FINAL; |
virtual const AtomicString& interfaceName() const OVERRIDE; |
// ActiveDOMObject interface. |