diff options
Diffstat (limited to 'Source/WebCore/Modules/indexeddb/IDBCursorWithValue.idl')
-rw-r--r-- | Source/WebCore/Modules/indexeddb/IDBCursorWithValue.idl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.idl b/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.idl index 7ee92da02..422a1bcd4 100644 --- a/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.idl +++ b/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.idl @@ -25,7 +25,9 @@ [ Conditional=INDEXED_DATABASE, - JSNoStaticTables + ActiveDOMObject, + SkipVTableValidation, + JSCustomMarkFunction, ] interface IDBCursorWithValue : IDBCursor { readonly attribute any value; }; |