| Index: Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| diff --git a/Source/modules/webdatabase/DOMWindowWebDatabase.h b/Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| index 506807456e6ee67d08e5685096d9409cd043ddfb..7f1ae23d433c0e3e7d3f9389e8236ccbf3e381df 100644
|
| --- a/Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| +++ b/Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| @@ -41,7 +41,7 @@ class LocalFrame;
|
|
|
| class DOMWindowWebDatabase {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<Database> openDatabase(LocalDOMWindow&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtrWillBeRawPtr<DatabaseCallback> creationCallback, ExceptionState&);
|
| + static PassRefPtrWillBeRawPtr<Database> openDatabase(LocalDOMWindow&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, DatabaseCallback* creationCallback, ExceptionState&);
|
|
|
| private:
|
| DOMWindowWebDatabase() { };
|
|
|