Index: Source/modules/webdatabase/DatabaseBackend.h |
diff --git a/Source/modules/webdatabase/DatabaseBackend.h b/Source/modules/webdatabase/DatabaseBackend.h |
index 459371f7006542e740609dde20da301c60cfa279..0b4eb6ffe2076cce44972addb5951e4c35af8b07 100644 |
--- a/Source/modules/webdatabase/DatabaseBackend.h |
+++ b/Source/modules/webdatabase/DatabaseBackend.h |
@@ -54,7 +54,7 @@ public: |
virtual bool openAndVerifyVersion(bool setVersionInNewDatabase, DatabaseError&, String& errorMessage) OVERRIDE FINAL; |
void close(); |
- PassRefPtr<SQLTransactionBackend> runTransaction(PassRefPtr<SQLTransaction>, bool readOnly, const ChangeVersionData*); |
+ PassRefPtr<SQLTransactionBackend> runTransaction(PassRefPtrWillBeRawPtr<SQLTransaction>, bool readOnly, const ChangeVersionData*); |
void scheduleTransactionStep(SQLTransactionBackend*); |
void inProgressTransactionCompleted(); |