diff options
author | sagudev <16504129+sagudev@users.noreply.github.com> | 2023-02-19 14:05:45 +0100 |
---|---|---|
committer | sagudev <16504129+sagudev@users.noreply.github.com> | 2023-02-19 14:05:45 +0100 |
commit | 55dac83d9a90fa074cbae74a9ea2711b272fffc2 (patch) | |
tree | 31ab2e304618cec405420b82712b6543d404826c /components/script/dom/webidls/EXTColorBufferHalfFloat.webidl | |
parent | 2acdeabaf59dc233e4a9e96c36c7bf0df574f0c6 (diff) | |
download | servo-55dac83d9a90fa074cbae74a9ea2711b272fffc2.tar.gz servo-55dac83d9a90fa074cbae74a9ea2711b272fffc2.zip |
Rename legacy extended attributes in webidls
https://github.com/whatwg/webidl/pull/870
Diffstat (limited to 'components/script/dom/webidls/EXTColorBufferHalfFloat.webidl')
-rw-r--r-- | components/script/dom/webidls/EXTColorBufferHalfFloat.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/EXTColorBufferHalfFloat.webidl b/components/script/dom/webidls/EXTColorBufferHalfFloat.webidl index 77cf23c6cd0..0844ec6c328 100644 --- a/components/script/dom/webidls/EXTColorBufferHalfFloat.webidl +++ b/components/script/dom/webidls/EXTColorBufferHalfFloat.webidl @@ -6,7 +6,7 @@ * https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_half_float/ */ -[NoInterfaceObject, Exposed=Window] +[LegacyNoInterfaceObject, Exposed=Window] interface EXTColorBufferHalfFloat { const GLenum RGBA16F_EXT = 0x881A; const GLenum RGB16F_EXT = 0x881B; |