| Index: third_party/WebKit/Source/core/html/HTMLAudioElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAudioElement.idl b/third_party/WebKit/Source/core/html/HTMLAudioElement.idl
|
| index 4d3bce21981a9ca2f8e19bb290527c5d916f78b2..50d68dc865ee0f0e8a5f1b012ea11a4494d7222f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAudioElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAudioElement.idl
|
| @@ -28,6 +28,7 @@
|
| [
|
| // FIXME: The src argument should have no default value.
|
| NamedConstructor=Audio(optional DOMString src = null),
|
| - ConstructorCallWith=Document
|
| + ConstructorCallWith=Document,
|
| + Measure
|
| ] interface HTMLAudioElement : HTMLMediaElement {
|
| };
|
|
|