DescriptionIndexedDB: Replace custom binding logic with [SetWrapperReferenceTo]
An IDBCursor's associated IDBRequest should be re-used each time the
cursor advances. To keep the request's wrapper alive a hidden
reference was set on the cursor's wrapper, with custom bindings code.
Replace that with the [SetWrapperReferenceTo] Blink IDL extended
attribute which does the same thing.
R=haraken@chromium.org,kouhei@chromium.org
Patch Set 1 #
Total comments: 2
Patch Set 2 : Restore deleted line #
Messages
Total messages: 9 (1 generated)
|