Index: core/html/canvas/WebGLDebugRendererInfo.idl |
=================================================================== |
--- core/html/canvas/WebGLDebugRendererInfo.idl (revision 22811) |
+++ core/html/canvas/WebGLDebugRendererInfo.idl (working copy) |
@@ -27,6 +27,6 @@ |
Conditional=WEBGL, |
DoNotCheckConstants |
] interface WebGLDebugRendererInfo { |
- const unsigned int UNMASKED_VENDOR_WEBGL = 0x9245; |
- const unsigned int UNMASKED_RENDERER_WEBGL = 0x9246; |
+ const unsigned long UNMASKED_VENDOR_WEBGL = 0x9245; |
+ const unsigned long UNMASKED_RENDERER_WEBGL = 0x9246; |
}; |