mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement [Replaceable] (fixes #13033)
This commit is contained in:
parent
9b4713f536
commit
dccf771e25
6 changed files with 31 additions and 33 deletions
|
@ -89,7 +89,7 @@ Window implements WindowBase64;
|
|||
|
||||
// https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#sec-window.performance-attribute
|
||||
partial interface Window {
|
||||
/*[Replaceable]*/ readonly attribute Performance performance;
|
||||
[Replaceable] readonly attribute Performance performance;
|
||||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#Window-partial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue