| Index: Source/core/html/canvas/WebGLGetInfo.h
|
| diff --git a/Source/core/html/canvas/WebGLGetInfo.h b/Source/core/html/canvas/WebGLGetInfo.h
|
| index d92c1286dd6c8bdaae0dcbf0699bce121a053e08..552cf47f515239c894785fa5be41532e886d306b 100644
|
| --- a/Source/core/html/canvas/WebGLGetInfo.h
|
| +++ b/Source/core/html/canvas/WebGLGetInfo.h
|
| @@ -33,13 +33,13 @@
|
| #include "core/html/canvas/WebGLRenderbuffer.h"
|
| #include "core/html/canvas/WebGLTexture.h"
|
| #include "core/html/canvas/WebGLVertexArrayObjectOES.h"
|
| -#include <wtf/Float32Array.h>
|
| -#include <wtf/Int32Array.h>
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Uint32Array.h>
|
| -#include <wtf/Uint8Array.h>
|
| +#include "wtf/Float32Array.h"
|
| +#include "wtf/Int32Array.h"
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/Uint32Array.h"
|
| +#include "wtf/Uint8Array.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|