Index: Source/modules/indexeddb/IDBOpenDBRequest.cpp |
diff --git a/Source/modules/indexeddb/IDBOpenDBRequest.cpp b/Source/modules/indexeddb/IDBOpenDBRequest.cpp |
index 123a5ff30113a83b292e9172c2dcaec3cbe51861..45eecc28ba4b98611a1a511dfb90aa1c506b23a2 100644 |
--- a/Source/modules/indexeddb/IDBOpenDBRequest.cpp |
+++ b/Source/modules/indexeddb/IDBOpenDBRequest.cpp |
@@ -145,7 +145,7 @@ bool IDBOpenDBRequest::shouldEnqueueEvent() const |
return true; |
} |
-bool IDBOpenDBRequest::dispatchEvent(PassRefPtr<Event> event) |
+bool IDBOpenDBRequest::dispatchEvent(PassRefPtrWillBeRawPtr<Event> event) |
{ |
// If the connection closed between onUpgradeNeeded and the delivery of the "success" event, |
// an "error" event should be fired instead. |