Index: sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp |
diff --git a/sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp b/sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp |
index 1f935fbd1e45d2e858169b8ad1c0ceb84708e65f..e8c9bc5347680e559f08e915686b2bd5e081a61e 100644 |
--- a/sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp |
+++ b/sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp |
@@ -27,8 +27,8 @@ |
#include "sky/engine/core/html/canvas/WebGLRenderingContextBase.h" |
#include "gen/sky/platform/RuntimeEnabledFeatures.h" |
-#include "sky/engine/bindings/core/v8/ExceptionMessages.h" |
-#include "sky/engine/bindings/core/v8/ExceptionState.h" |
+#include "sky/engine/bindings2/exception_messages.h" |
+#include "sky/engine/bindings2/exception_state.h" |
#include "sky/engine/core/dom/ExceptionCode.h" |
#include "sky/engine/core/fetch/ImageResource.h" |
#include "sky/engine/core/frame/LocalFrame.h" |