From 545e470e52f0ac6a3a072bf559c796b42c6066b6 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Tue, 15 Jun 2010 19:36:43 +0100 Subject: Merge webkit.org at r61121: Initial merge by git. Change-Id: Icd6db395c62285be384d137164d95d7466c98760 --- WebCore/html/canvas/WebGLGetInfo.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'WebCore/html/canvas/WebGLGetInfo.h') diff --git a/WebCore/html/canvas/WebGLGetInfo.h b/WebCore/html/canvas/WebGLGetInfo.h index 969e05d..b35add8 100644 --- a/WebCore/html/canvas/WebGLGetInfo.h +++ b/WebCore/html/canvas/WebGLGetInfo.h @@ -32,7 +32,7 @@ #include "PlatformString.h" #include "WebGLBuffer.h" -#include "FloatArray.h" +#include "Float32Array.h" #include "WebGLFramebuffer.h" #include "Int32Array.h" // FIXME: implement WebGLObjectArray @@ -77,7 +77,7 @@ public: WebGLGetInfo(const String& value); WebGLGetInfo(unsigned long value); WebGLGetInfo(PassRefPtr value); - WebGLGetInfo(PassRefPtr value); + WebGLGetInfo(PassRefPtr value); WebGLGetInfo(PassRefPtr value); WebGLGetInfo(PassRefPtr value); // FIXME: implement WebGLObjectArray @@ -97,7 +97,7 @@ public: const String& getString() const; unsigned long getUnsignedLong() const; PassRefPtr getWebGLBuffer() const; - PassRefPtr getWebGLFloatArray() const; + PassRefPtr getWebGLFloatArray() const; PassRefPtr getWebGLFramebuffer() const; PassRefPtr getWebGLIntArray() const; // FIXME: implement WebGLObjectArray @@ -115,7 +115,7 @@ private: String m_string; unsigned long m_unsignedLong; RefPtr m_webglBuffer; - RefPtr m_webglFloatArray; + RefPtr m_webglFloatArray; RefPtr m_webglFramebuffer; RefPtr m_webglIntArray; // FIXME: implement WebGLObjectArray -- cgit v1.1