Index: Source/modules/webdatabase/DatabaseManager.h |
diff --git a/Source/modules/webdatabase/DatabaseManager.h b/Source/modules/webdatabase/DatabaseManager.h |
index 430026286bffb8068d3e708db44d19b3fa7cba8f..30ecc2c123555f030018bfdd685148f07a164634 100644 |
--- a/Source/modules/webdatabase/DatabaseManager.h |
+++ b/Source/modules/webdatabase/DatabaseManager.h |
@@ -64,7 +64,7 @@ public: |
static void throwExceptionForDatabaseError(DatabaseError, const String& errorMessage, ExceptionState&); |
- PassRefPtrWillBeRawPtr<Database> openDatabase(ExecutionContext*, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize, PassOwnPtrWillBeRawPtr<DatabaseCallback>, DatabaseError&, String& errorMessage); |
+ PassRefPtrWillBeRawPtr<Database> openDatabase(ExecutionContext*, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize, DatabaseCallback*, DatabaseError&, String& errorMessage); |
String fullPathForDatabase(SecurityOrigin*, const String& name, bool createIfDoesNotExist = true); |