mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Compute attribute name atoms at compile-time.
This commit is contained in:
parent
3720e4d5ef
commit
c02c0576c8
28 changed files with 152 additions and 187 deletions
|
@ -609,7 +609,7 @@ impl VirtualMethods for HTMLScriptElement {
|
|||
|
||||
impl HTMLScriptElementMethods for HTMLScriptElement {
|
||||
// https://html.spec.whatwg.org/multipage/#dom-script-src
|
||||
make_url_getter!(Src);
|
||||
make_url_getter!(Src, "src");
|
||||
// https://html.spec.whatwg.org/multipage/#dom-script-src
|
||||
make_setter!(SetSrc, "src");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue