Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: Source/core/html/canvas/WebGLRenderingContextBase.idl

Issue 928233002: IDL: Don't lose nullable flag when "preprocessing" type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix compilation Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/canvas/WebGLRenderingContextBase.idl
diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.idl b/Source/core/html/canvas/WebGLRenderingContextBase.idl
index 4d5c7e0dd68708b30559d1451aa4737b383d78a7..4c12d4debbfbc5ef536ab2c2a43d2127d2fc10f3 100644
--- a/Source/core/html/canvas/WebGLRenderingContextBase.idl
+++ b/Source/core/html/canvas/WebGLRenderingContextBase.idl
@@ -556,7 +556,7 @@ typedef unrestricted float GLclampf;
GLenum getError();
- object? getExtension(DOMString name);
+ [CallWith=ScriptState] object? getExtension(DOMString name);
[CallWith=ScriptState] any getFramebufferAttachmentParameter(GLenum target, GLenum attachment, GLenum pname);
[CallWith=ScriptState] any getParameter(GLenum pname);

Powered by Google App Engine
This is Rietveld 408576698