Index: Source/core/html/canvas/DataView.cpp |
diff --git a/Source/core/html/canvas/DataView.cpp b/Source/core/html/canvas/DataView.cpp |
index 41b6cb3332de4afe67903d1a72e912521c557f00..e57acbe2944c6ab5fdbcc5c5d44db8be3c597a19 100644 |
--- a/Source/core/html/canvas/DataView.cpp |
+++ b/Source/core/html/canvas/DataView.cpp |
@@ -26,7 +26,7 @@ |
#include "config.h" |
#include "core/html/canvas/DataView.h" |
-#include "bindings/v8/ExceptionState.h" |
+#include "bindings/core/v8/ExceptionState.h" |
#include "core/dom/ExceptionCode.h" |
#include "platform/CheckedInt.h" |
#include "wtf/CPU.h" |