Commit fa0f7396 authored by Nicolas Pena's avatar Nicolas Pena Committed by Commit Bot

[EventTiming] Make PerformanceEventTiming Exposed=Window

This CL makes PerformanceEventTiming IDL consistent with the spec, after
https://github.com/WICG/event-timing/pull/16. Note that EventCount is
not yet implemented.

Bug: 823744
Change-Id: I01779ed82cba0cfea0542ab74cc95b4e7adc8aac
Reviewed-on: https://chromium-review.googlesource.com/c/1363961Reviewed-by: default avatarTimothy Dresser <tdresser@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#614360}
parent d5c1c0b4
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
// https://github.com/wicg/event-timing // https://github.com/wicg/event-timing
[ [
Exposed=Window,
OriginTrialEnabled=EventTiming OriginTrialEnabled=EventTiming
] interface PerformanceEventTiming : PerformanceEntry { ] interface PerformanceEventTiming : PerformanceEntry {
readonly attribute DOMHighResTimeStamp processingStart; readonly attribute DOMHighResTimeStamp processingStart;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment