From 5eaa92204599332d8f1fdfb04da302136161db55 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 13 Apr 2015 21:27:39 -0700 Subject: Update WHATWG links to use HTTPS Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` --- components/script/dom/webidls/HTMLObjectElement.webidl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/script/dom/webidls/HTMLObjectElement.webidl') diff --git a/components/script/dom/webidls/HTMLObjectElement.webidl b/components/script/dom/webidls/HTMLObjectElement.webidl index e2f6aa3cb75..13f4a5ee285 100644 --- a/components/script/dom/webidls/HTMLObjectElement.webidl +++ b/components/script/dom/webidls/HTMLObjectElement.webidl @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -// http://www.whatwg.org/html/#htmlobjectelement +// https://www.whatwg.org/html/#htmlobjectelement interface HTMLObjectElement : HTMLElement { // attribute DOMString data; attribute DOMString type; @@ -28,7 +28,7 @@ interface HTMLObjectElement : HTMLElement { // also has obsolete members }; -// http://www.whatwg.org/html/#HTMLObjectElement-partial +// https://www.whatwg.org/html/#HTMLObjectElement-partial partial interface HTMLObjectElement { // attribute DOMString align; // attribute DOMString archive; -- cgit v1.2.3