| Index: Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.cpp b/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| index b587a6899c117832faf05361f90db179aa6722d4..a43902f1941d5dd462835923d0b253982bbc6f58 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "core/html/canvas/WebGLRenderingContextBase.h"
|
|
|
| -#include "bindings/v8/ExceptionMessages.h"
|
| -#include "bindings/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionMessages.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/fetch/ImageResource.h"
|
| #include "core/frame/LocalFrame.h"
|
|
|