Expose BaseAudioContext prototype
Refactoring of BaseAudioContext (
https://codereview.chromium.org/1865583002)
changed the prototype structure of AudioContext/OfflineAudioContext and
developers could not call hasOwnProperty() on BaseAudioContext because
it was not exposed to the JS domain.
This CL exposes BaseAudioContext's prototype. Also it adds 3 new layout
tests for each audio context and removes the old context property test.
BUG=
555608,
661637
TEST=
LayoutTests/webaudio/baseaudiocontext-properties.html
LayoutTests/webaudio/audiocontext-properties.html
LayoutTests/webaudio/offlineaudiocontext-properties.html
Committed:
https://crrev.com/5ec22676c144539f37f15740f4d712bb298ea02a
Cr-Commit-Position: refs/heads/master@{#431105}