| Index: Source/core/dom/URLUtils.idl
|
| diff --git a/Source/core/dom/URLUtils.idl b/Source/core/dom/URLUtils.idl
|
| index fc917fe76a825861197e8c2f45d0284dc3994bbe..8826e1186ce302952acb7fec1aa2d509835909d8 100644
|
| --- a/Source/core/dom/URLUtils.idl
|
| +++ b/Source/core/dom/URLUtils.idl
|
| @@ -23,10 +23,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// http://url.spec.whatwg.org/#urlutils
|
| +// https://url.spec.whatwg.org/#urlutils
|
|
|
| [
|
| NoInterfaceObject, // Always used on target of 'implements'
|
| + Exposed=(Window,Worker),
|
| ] interface URLUtils {
|
| // FIXME: should be stringifier: http://crbug.com/306606
|
| // stringifier attribute USVString href;
|
|
|