Index: Source/core/storage/StorageEvent.h |
diff --git a/Source/core/storage/StorageEvent.h b/Source/core/storage/StorageEvent.h |
index 3aeebab9eb53e444fc55f71e23a2eac93f37cdcd..bebf9c611755502446ca60a6d5c3fff21bdca876 100644 |
--- a/Source/core/storage/StorageEvent.h |
+++ b/Source/core/storage/StorageEvent.h |
@@ -49,9 +49,9 @@ public: |
class StorageEvent FINAL : public Event { |
public: |
- static PassRefPtrWillBeRawPtr<StorageEvent> create(); |
- static PassRefPtrWillBeRawPtr<StorageEvent> create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea); |
- static PassRefPtrWillBeRawPtr<StorageEvent> create(const AtomicString&, const StorageEventInit&); |
+ static PassRefPtr<StorageEvent> create(); |
+ static PassRefPtr<StorageEvent> create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea); |
+ static PassRefPtr<StorageEvent> create(const AtomicString&, const StorageEventInit&); |
virtual ~StorageEvent(); |
const String& key() const { return m_key; } |