Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.idl |
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.idl b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.idl |
index 520650a1219ff1c06b5ef1ea3bad6fd41d035fb9..77b4600aec51129f29df77bf11ea1204393a6590 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.idl |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.idl |
@@ -41,11 +41,10 @@ typedef unrestricted float GLfloat; |
typedef unrestricted float GLclampf; |
[ |
- // FIXME: [DoNotCheckConstants] and [TypeChecking=Interface] should be applied |
- // to members and not need to be put on implementing interface |
+ // FIXME: [DoNotCheckConstants] 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' |
- // TypeChecking=Interface, // need to put on implementing interface |
WillBeGarbageCollected, |
] interface WebGLRenderingContextBase { |