Skip to content

Commit

Permalink
Update interfaces/resize-observer.idl (web-platform-tests#20466)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip authored and stephenmcgruer committed Nov 27, 2019
1 parent 8321e0c commit 22f0916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/resize-observer.idl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface ResizeObserver {

callback ResizeObserverCallback = void (sequence<ResizeObserverEntry> entries, ResizeObserver observer);

[Exposed=Window, Constructor(Element target)]
[Exposed=Window]
interface ResizeObserverEntry {
readonly attribute Element target;
readonly attribute DOMRectReadOnly contentRect;
Expand Down

0 comments on commit 22f0916

Please sign in to comment.