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

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

Issue 255553004: Split [StrictTypeChecking] into [TypeChecking=Interface|Nullable|String] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove redundant flag Created 6 years, 8 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
« no previous file with comments | « Source/core/html/canvas/WebGLRenderingContext.idl ('k') | Source/core/page/Selection.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLRenderingContextBase.idl
diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.idl b/Source/core/html/canvas/WebGLRenderingContextBase.idl
index 6d338327133303032a73438846daecd63d64a21f..c7ee471b9fc5a20948a27601b502d62e45445634 100644
--- a/Source/core/html/canvas/WebGLRenderingContextBase.idl
+++ b/Source/core/html/canvas/WebGLRenderingContextBase.idl
@@ -40,11 +40,11 @@ typedef /*unrestricted*/ float GLfloat;
typedef /*unrestricted*/ float GLclampf;
[
- // FIXME: [DoNotCheckConstants] and [StrictTypeChecking] should be applied
+ // FIXME: [DoNotCheckConstants] and [TypeChecking=Interface|Nullable|String] should be applied
// to members and not need to be put on implementing interface
// DoNotCheckConstants, // need to put on implementing interface
NoInterfaceObject, // Always used on target of 'implements'
- // StrictTypeChecking, // need to put on implementing interface
+ // TypeChecking=Interface|Nullable|String, // need to put on implementing interface
] interface WebGLRenderingContextBase {
readonly attribute HTMLCanvasElement canvas;
« no previous file with comments | « Source/core/html/canvas/WebGLRenderingContext.idl ('k') | Source/core/page/Selection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698