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

Unified Diff: Modules/indexeddb/IDBIndex.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/IDBFactory.idl ('k') | Modules/indexeddb/IDBKeyRange.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Modules/indexeddb/IDBIndex.idl
diff --git a/Modules/indexeddb/IDBIndex.idl b/Modules/indexeddb/IDBIndex.idl
index 391abe8642a46012d6c62d835fb8fa6a043967f3..4cb860e24ac74e07ccc57b582c7cdd21b44483ec 100644
--- a/Modules/indexeddb/IDBIndex.idl
+++ b/Modules/indexeddb/IDBIndex.idl
@@ -24,8 +24,6 @@
*/
[
- Conditional=INDEXED_DATABASE,
- JSNoStaticTables,
ImplementationLacksVTable
] interface IDBIndex {
readonly attribute DOMString name;
@@ -57,4 +55,3 @@
[CallWith=ScriptExecutionContext] IDBRequest count(in any key)
raises (DOMException);
};
-
« no previous file with comments | « Modules/indexeddb/IDBFactory.idl ('k') | Modules/indexeddb/IDBKeyRange.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698