Chromium Code Reviews| Index: Source/core/html/URL.idl |
| diff --git a/Source/core/html/URL.idl b/Source/core/html/URL.idl |
| index 399e66485f692f3cbe1e34de69ec1ca425c9fac0..9e4fb3843f8169aafffdf9b38702490ad442e9c7 100644 |
| --- a/Source/core/html/URL.idl |
| +++ b/Source/core/html/URL.idl |
| @@ -27,7 +27,6 @@ |
| [ |
| Constructor, |
| ImplementedAs=DOMURL, |
| - ImplementationLacksVTable |
| ] interface URL { |
| [EnabledAtRuntime=webKitMediaSource,CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(WebKitMediaSource? source); |
| [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(MediaStream? stream); |