Bug 1564633 [wpt PR 17537] - Update interfaces/performance-timeline.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/performance-timeline.idl (#17537)

Source: https://github.com/tidoust/reffy-reports/blob/2b3480f/whatwg/idl/performance-timeline.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/551020459
--

wpt-commits: ef22f8e79aecae3a6409f0f3d984778e1fa2f8a4
wpt-pr: 17537
This commit is contained in:
autofoolip 2019-07-19 18:14:11 +00:00 коммит произвёл James Graham
Родитель ee24755329
Коммит 4ebf8330b3
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,6 @@ interface PerformanceObserver {
dictionary PerformanceObserverInit {
sequence<DOMString> entryTypes;
DOMString type;
boolean buffered;
};
[Exposed=(Window,Worker)]