| Index: tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate b/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| index 59625b3fed63ae455905a03e467082db9d5a908f..01031d6f7aebf04d302d48c83f777943b5a7eea7 100644
|
| --- a/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| @@ -80,8 +80,8 @@ $endif
|
| */
|
| bool get supportsDatabaseNames {
|
| $if DART2JS
|
| - return JS('bool', '!!(#.getDatabaseNames || #.webkitGetDatabaseNames)',
|
| - this, this);
|
| + return supported && JS('bool',
|
| + '!!(#.getDatabaseNames || #.webkitGetDatabaseNames)', this, this);
|
| $else
|
| return true;
|
| $endif
|
|
|