Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
index 48ecc6a8d31acc98ce73368fd4d4d891a7d1b118..ad640e01ac833df532c4f0d3d29afe31cec630d9 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
@@ -65,7 +65,7 @@ |
#include "platform/graphics/DrawLooper.h" |
#include "platform/graphics/TextRun.h" |
#include "platform/transforms/AffineTransform.h" |
-#include "weborigin/SecurityOrigin.h" |
+#include "platform/weborigin/SecurityOrigin.h" |
#include "wtf/CheckedArithmetic.h" |
#include "wtf/MathExtras.h" |
#include "wtf/OwnPtr.h" |