Skip to content

Commit

Permalink
Add NewObject attribute to makeXRCompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
kearwood committed Mar 11, 2020
1 parent ae12001 commit 926925c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,6 @@ partial dictionary WebGLContextAttributes {
};

partial interface WebGLRenderingContextBase {
Promise<void> makeXRCompatible();
[NewObject] Promise<void> makeXRCompatible();
};
```
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ partial dictionary WebGLContextAttributes {
};

partial interface mixin WebGLRenderingContextBase {
Promise&lt;void&gt; makeXRCompatible();
[NewObject] Promise&lt;void&gt; makeXRCompatible();
};
</pre>

Expand Down

0 comments on commit 926925c

Please sign in to comment.