
NewAKString is effectively the default for any new IDL interface, so let's mark this as the default behavior. It also makes it much easier to figure out whatever interfaces are still left to port over to new AK String.
7 lines
169 B
Text
7 lines
169 B
Text
#import <WebGL/WebGLRenderingContextBase.idl>
|
|
|
|
[Exposed=(Window,Worker)]
|
|
interface WebGLRenderingContext {
|
|
};
|
|
|
|
WebGLRenderingContext includes WebGLRenderingContextBase;
|