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

Unified Diff: Modules/indexeddb/IDBCursorWithValue.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/IDBCursor.idl ('k') | Modules/indexeddb/IDBDatabase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Modules/indexeddb/IDBCursorWithValue.idl
diff --git a/Modules/indexeddb/IDBCursorWithValue.idl b/Modules/indexeddb/IDBCursorWithValue.idl
index 7ee92da021edfd77f1ee35c6fbba1aa3a801cdc1..d170774048d2eced6c2f9c7139c7cafe692e84f2 100644
--- a/Modules/indexeddb/IDBCursorWithValue.idl
+++ b/Modules/indexeddb/IDBCursorWithValue.idl
@@ -23,9 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Conditional=INDEXED_DATABASE,
- JSNoStaticTables
-] interface IDBCursorWithValue : IDBCursor {
+interface IDBCursorWithValue : IDBCursor {
readonly attribute any value;
};
« no previous file with comments | « Modules/indexeddb/IDBCursor.idl ('k') | Modules/indexeddb/IDBDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698