mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Make make_enumerated_getter prettier again.
Fixes https://github.com/servo/servo/issues/4723.
This commit is contained in:
parent
4034bd68c2
commit
2944c8d964
6 changed files with 18 additions and 18 deletions
|
@ -297,7 +297,7 @@ impl HTMLImageElementMethods for HTMLImageElement {
|
|||
make_setter!(SetSrc, "src");
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-img-crossOrigin
|
||||
make_enumerated_getter!(CrossOrigin, "crossorigin", "anonymous", ("use-credentials"));
|
||||
make_enumerated_getter!(CrossOrigin, "crossorigin", "anonymous", "use-credentials");
|
||||
// https://html.spec.whatwg.org/multipage/#dom-img-crossOrigin
|
||||
make_setter!(SetCrossOrigin, "crossorigin");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue