2010-04-14  Anton Muhin  <antonm@chromium.org>

        Not review, build fix.

        Add <limits.h> include to bring UINT_MAX.

        * html/canvas/WebGLArray.h:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@57578 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/html/canvas/WebGLArray.h b/WebCore/html/canvas/WebGLArray.h
index bf82730..7d67474 100644
--- a/WebCore/html/canvas/WebGLArray.h
+++ b/WebCore/html/canvas/WebGLArray.h
@@ -28,6 +28,7 @@
 
 #include <algorithm>
 #include "ExceptionCode.h"
+#include <limits.h>
 #include <wtf/PassRefPtr.h>
 #include <wtf/RefCounted.h>
 #include <wtf/RefPtr.h>