| Index: Source/core/html/canvas/WebGLRenderingContext.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.cpp b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| index a65cf1b79f41705bd4f2f6afd709cc433a8a2903..6fc446f5926b724cdaf02b10ba907b997a95b2bf 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| @@ -77,11 +77,10 @@
|
| #include "core/platform/graphics/gpu/DrawingBuffer.h"
|
| #include "core/rendering/RenderBox.h"
|
|
|
| -#include <wtf/OwnArrayPtr.h>
|
| -#include <wtf/PassOwnArrayPtr.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| -#include <wtf/Uint16Array.h>
|
| -#include <wtf/Uint32Array.h>
|
| +#include "wtf/OwnArrayPtr.h"
|
| +#include "wtf/PassOwnArrayPtr.h"
|
| +#include "wtf/Uint32Array.h"
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|