Index: Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h |
diff --git a/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h b/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h |
index e7bd3d6a15f29c86918e02474a5442909ec0f676..0c730c600aa1f1a1c815bf74ea5b173dd41a616d 100644 |
--- a/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h |
+++ b/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h |
@@ -42,8 +42,8 @@ class WorkerGlobalScope; |
class WorkerGlobalScopeWebDatabase { |
public: |
- static PassRefPtr<Database> openDatabase(WorkerGlobalScope*, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionState&); |
- static PassRefPtr<DatabaseSync> openDatabaseSync(WorkerGlobalScope*, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionState&); |
+ static PassRefPtr<Database> openDatabase(WorkerGlobalScope*, const String& name, const String& version, const String& displayName, unsigned estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionState&); |
+ static PassRefPtr<DatabaseSync> openDatabaseSync(WorkerGlobalScope*, const String& name, const String& version, const String& displayName, unsigned estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionState&); |
private: |
WorkerGlobalScopeWebDatabase() { }; |