| Index: Source/core/html/canvas/WebGLRenderingContext.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.cpp b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| index 221ff1f7aabbb31d24782801a948c7963697b62d..d28af9326db6a58a9fd554f57eb5d0f98e487ecc 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| @@ -30,7 +30,6 @@
|
| #include "CheckedInt.h"
|
| #include "EXTDrawBuffers.h"
|
| #include "EXTTextureFilterAnisotropic.h"
|
| -#include "ExceptionCode.h"
|
| #include "HTMLCanvasElement.h"
|
| #include "HTMLImageElement.h"
|
| #include "HTMLVideoElement.h"
|
| @@ -59,6 +58,7 @@
|
| #include "WebGLShaderPrecisionFormat.h"
|
| #include "WebGLTexture.h"
|
| #include "WebGLUniformLocation.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
| #include "core/loader/cache/CachedImage.h"
|
|
|