Index: modules/indexeddb/IDBCursorWithValue.idl |
diff --git a/modules/indexeddb/IDBCursorWithValue.idl b/modules/indexeddb/IDBCursorWithValue.idl |
index 719aa1e02ef44447847a407702b2c709eb62f87c..b9887cd1d21073c4a22d267e083caaf027732dcd 100644 |
--- a/modules/indexeddb/IDBCursorWithValue.idl |
+++ b/modules/indexeddb/IDBCursorWithValue.idl |
@@ -23,7 +23,10 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursorWithValue |
+ |
[ |
+ Exposed=(Window,Worker) |
] interface IDBCursorWithValue : IDBCursor { |
[CallWith=ScriptState, CachedAttribute=isValueDirty] readonly attribute any value; |
}; |