| Index: Source/modules/webaudio/AudioContext.idl
 | 
| diff --git a/Source/modules/webaudio/AudioContext.idl b/Source/modules/webaudio/AudioContext.idl
 | 
| index f5a932a181c4c5046f33f2dda38d69bf7db4089b..3a8e369c19a49d15c9d43706055d9fb5d5220d77 100644
 | 
| --- a/Source/modules/webaudio/AudioContext.idl
 | 
| +++ b/Source/modules/webaudio/AudioContext.idl
 | 
| @@ -28,11 +28,11 @@
 | 
|      ActiveDOMObject,
 | 
|      Conditional=WEB_AUDIO,
 | 
|      Constructor,
 | 
| -    ConstructorCallWith=Document,
 | 
| +    ConstructorCallWith=ExecutionContext,
 | 
|      NoInterfaceObject,
 | 
|      RaisesException=Constructor,
 | 
|  ] interface AudioContext : EventTarget {
 | 
| -    
 | 
| +
 | 
|      // All rendered audio ultimately connects to destination, which represents the audio hardware.
 | 
|      readonly attribute AudioDestinationNode destination;
 | 
|  
 | 
| 
 |