1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:37:45 +00:00

LibWeb: Port WebGLRenderingContext IDL from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-08-26 17:32:20 +12:00 committed by Andrew Kaster
parent cf733d309e
commit e8d592ded2
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
#import <WebGL/WebGLRenderingContextBase.idl>
[Exposed=(Window,Worker)]
[Exposed=(Window,Worker), UseNewAKString]
interface WebGLRenderingContext {
};