From 852fe69aff00c27a8cffd0dbb661a8a4098eb1ac Mon Sep 17 00:00:00 2001 From: longsonr Date: Fri, 26 Oct 2018 17:18:06 +0000 Subject: [PATCH] PutForwards is misspelled as PutsForward in SVG.idl bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1502250 gecko-commit: 1d7213c00697fd4589fd96401c527f8c5d420eaf gecko-integration-branch: mozilla-inbound gecko-reviewers: dholbert --- interfaces/SVG.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/SVG.idl b/interfaces/SVG.idl index 4c1c4855f27af4..9588ad0d608d48 100644 --- a/interfaces/SVG.idl +++ b/interfaces/SVG.idl @@ -676,7 +676,7 @@ interface SVGAElement : SVGGraphicsElement { attribute DOMString download; attribute USVString ping; attribute DOMString rel; - [SameObject, PutsForward=value] readonly attribute DOMTokenList relList; + [SameObject, PutForwards=value] readonly attribute DOMTokenList relList; attribute DOMString hreflang; attribute DOMString type;