Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / canvas / WebGLRenderingContextBase.idl
index 0317c47..ae27ab6 100644 (file)
@@ -41,11 +41,11 @@ typedef unrestricted float GLfloat;
 typedef unrestricted float GLclampf;
 
 [
-    // FIXME: [DoNotCheckConstants] and [TypeChecking=Interface|Unrestricted] should be applied
+    // FIXME: [DoNotCheckConstants] and [TypeChecking=(Interface,Unrestricted)] 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|Unrestricted, // need to put on implementing interface
+    // TypeChecking=(Interface,Unrestricted), // need to put on implementing interface
     WillBeGarbageCollected,
 ] interface WebGLRenderingContextBase {