Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: Modules/indexeddb/IDBFactory.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Modules/indexeddb/IDBDatabase.idl ('k') | Modules/indexeddb/IDBIndex.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Modules/indexeddb/IDBFactory.idl
diff --git a/Modules/indexeddb/IDBFactory.idl b/Modules/indexeddb/IDBFactory.idl
index ef51bbf8387ca8bd0e6aebc51063b8d5e68d4f6e..d299faf721bed707dc3f2989ff3bfc59ebc022bf 100644
--- a/Modules/indexeddb/IDBFactory.idl
+++ b/Modules/indexeddb/IDBFactory.idl
@@ -24,8 +24,6 @@
*/
[
- Conditional=INDEXED_DATABASE,
- JSNoStaticTables,
ImplementationLacksVTable
] interface IDBFactory {
[CallWith=ScriptExecutionContext, ImplementedAs=getDatabaseNames] IDBRequest webkitGetDatabaseNames()
@@ -39,4 +37,3 @@
[CallWith=ScriptExecutionContext] short cmp(in any first, in any second)
raises (DOMException);
};
-
« no previous file with comments | « Modules/indexeddb/IDBDatabase.idl ('k') | Modules/indexeddb/IDBIndex.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698