aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLObjectElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLObjectElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLObjectElement.webidl4
1 files changed, 2 insertions, 2 deletions
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;