| Index: Source/core/html/canvas/CanvasRenderingContext.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext.cpp b/Source/core/html/canvas/CanvasRenderingContext.cpp
|
| index 7d259a4efd0546ef892f3feeba617463a20cabe6..3ed7d1caf472c386518f2736aebe861a5d5a46a6 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext.cpp
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "core/html/HTMLImageElement.h"
|
| #include "core/html/HTMLVideoElement.h"
|
| #include "core/html/canvas/CanvasPattern.h"
|
| -#include "weborigin/SecurityOrigin.h"
|
| +#include "platform/weborigin/SecurityOrigin.h"
|
|
|
| namespace WebCore {
|
|
|
|
|