| Index: Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| diff --git a/Source/modules/webdatabase/DOMWindowWebDatabase.h b/Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| index 81ae059bfbac4dbb5681b38758736bbd98797c4f..ce0833a594f6592f26341c6b0b4b2e2d9c502c47 100644
|
| --- a/Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| +++ b/Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| @@ -35,7 +35,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class DOMWindow;
|
| +class LocalDOMWindow;
|
| class Database;
|
| class DatabaseCallback;
|
| class ExceptionState;
|
| @@ -43,7 +43,7 @@ class LocalFrame;
|
|
|
| class DOMWindowWebDatabase {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<Database> openDatabase(DOMWindow&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState&);
|
| + static PassRefPtrWillBeRawPtr<Database> openDatabase(LocalDOMWindow&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState&);
|
|
|
| private:
|
| DOMWindowWebDatabase() { };
|
|
|