| Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| index 065f8ea80a16d86babb145566f0a9edf9e297087..cba9a80f346ecd65b07dd4953b0fdc1d49778363 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"
|
|
|