DescriptionRemove ImageData::dispose()
Now that DOMUint8ClampedArray is always a GarbageCollected type,
ImageData::dispose() does not actually achieve anything useful. Since
The m_data field always becomes unreachable at the same time as its
parent ImageBitmapObject, scoped disposal is pointless.
Since this was the only use of the ScopedDisposal template, we can
remove that too.
BUG=603934
Committed: https://crrev.com/df8336d8c14172e886bcb2cfb49828e9ab92e33c
Cr-Commit-Position: refs/heads/master@{#389247}
Patch Set 1 #
Total comments: 1
Patch Set 2 : reverted Handle.h #
Depends on Patchset: Messages
Total messages: 12 (5 generated)
|