| Index: Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.idl
|
| diff --git a/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.idl b/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.idl
|
| index fea29d218bd933bb6ab2bf495366310ba8dfbc47..289836110af47c071738f39161bed9a26dbf22c6 100644
|
| --- a/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.idl
|
| +++ b/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.idl
|
| @@ -25,7 +25,6 @@
|
| */
|
|
|
| [
|
| - Conditional=SQL_DATABASE,
|
| Supplemental=DOMWindow
|
| ] interface DOMWindowWebDatabase {
|
| [V8EnabledAtRuntime, V8MeasureAs=OpenWebDatabase] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, [Callback, Optional] DatabaseCallback creationCallback)
|
|
|