Re: [dev-servo] ConstantSourceNode DOM Build Error

2019-03-31 Thread Josh Bowman-Matthews
OscillatorNodeOptions has a `parent` field because the OscillatorNodeOptions dictionary in the WebIDL declaration inherits from the AudioScheduledNodeOptions dictionary. Since the ConstantSourceOptions dictionary does not inherit from anything, it has no parent field. On 3/31/19 3:26 PM, Chri

[dev-servo] ConstantSourceNode DOM Build Error

2019-03-31 Thread Chris Benfante
Hi all, We've been working on implementing ConstantSourceNode (#21803 ), but have run into some build issues that we're having trouble identifying. We've model our code on the OscillatorNode implementation, but can't find what we're missing. Currently, w