Index: Source/modules/indexeddb/IDBTransactionTest.cpp |
diff --git a/Source/modules/indexeddb/IDBTransactionTest.cpp b/Source/modules/indexeddb/IDBTransactionTest.cpp |
index 005080baa3d49286efc84c94ed0339a614f43c69..4d75ca0b505e33c0d26dbb879f92707e2eb0db1e 100644 |
--- a/Source/modules/indexeddb/IDBTransactionTest.cpp |
+++ b/Source/modules/indexeddb/IDBTransactionTest.cpp |
@@ -82,7 +82,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() { } |