mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -380,12 +380,12 @@ impl HTMLIFrameElementMethods for HTMLIFrameElement {
|
|||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-dim-width
|
||||
make_getter!(Width);
|
||||
make_getter!(Width, "width");
|
||||
// https://html.spec.whatwg.org/multipage/#dom-dim-width
|
||||
make_setter!(SetWidth, "width");
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-dim-height
|
||||
make_getter!(Height);
|
||||
make_getter!(Height, "height");
|
||||
// https://html.spec.whatwg.org/multipage/#dom-dim-height
|
||||
make_setter!(SetHeight, "height");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue