Index: Source/modules/indexeddb/IDBTransactionTest.cpp |
diff --git a/Source/modules/indexeddb/IDBTransactionTest.cpp b/Source/modules/indexeddb/IDBTransactionTest.cpp |
index ed13bd575b7fa0ae78156f20a6e28ef2a2a814f6..787b87085c32edbc5d09746856bd5829c5f36aea 100644 |
--- a/Source/modules/indexeddb/IDBTransactionTest.cpp |
+++ b/Source/modules/indexeddb/IDBTransactionTest.cpp |
@@ -84,7 +84,7 @@ public: |
static PassRefPtr<FakeIDBDatabaseCallbacks> create() { return adoptRef(new FakeIDBDatabaseCallbacks()); } |
virtual void onVersionChange(int64_t oldVersion, int64_t newVersion) OVERRIDE { } |
virtual void onForcedClose() OVERRIDE { } |
- virtual void onAbort(int64_t transactionId, PassRefPtr<DOMError> error) OVERRIDE { } |
+ virtual void onAbort(int64_t transactionId, PassRefPtrWillBeRawPtr<DOMError> error) OVERRIDE { } |
virtual void onComplete(int64_t transactionId) OVERRIDE { } |
private: |
FakeIDBDatabaseCallbacks() { } |