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

Unified Diff: Modules/indexeddb/IDBKeyRange.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/IDBIndex.idl ('k') | Modules/indexeddb/IDBObjectStore.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Modules/indexeddb/IDBKeyRange.idl
diff --git a/Modules/indexeddb/IDBKeyRange.idl b/Modules/indexeddb/IDBKeyRange.idl
index e5728c6280eddd95e0703409b556d7f40280590c..50e897844c48e27a6eeedc09596f39ac61f88e11 100644
--- a/Modules/indexeddb/IDBKeyRange.idl
+++ b/Modules/indexeddb/IDBKeyRange.idl
@@ -24,8 +24,6 @@
*/
[
- Conditional=INDEXED_DATABASE,
- JSNoStaticTables,
ImplementationLacksVTable
] interface IDBKeyRange {
[ImplementedAs=lowerValue,CallWith=ScriptExecutionContext] readonly attribute any lower;
@@ -42,4 +40,3 @@
[CallWith=ScriptExecutionContext] static IDBKeyRange bound(in any lower, in any upper, in [Optional] boolean lowerOpen, in [Optional] boolean upperOpen)
raises (DOMException);
};
-
« no previous file with comments | « Modules/indexeddb/IDBIndex.idl ('k') | Modules/indexeddb/IDBObjectStore.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698