Implement [Replaceable] (fixes #13033)

This commit is contained in:
Anthony Ramine 2015-10-14 00:19:13 +02:00
parent 9b4713f536
commit dccf771e25
6 changed files with 31 additions and 33 deletions

View file

@ -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