| Index: Source/core/html/canvas/CanvasRenderingContext.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext.cpp b/Source/core/html/canvas/CanvasRenderingContext.cpp
|
| index 31b77ee282729205c4e50e2025d95f3af745a779..1b78ead47c074cc92ff1554b7d36faff224b832d 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext.cpp
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "HTMLCanvasElement.h"
|
| #include "HTMLImageElement.h"
|
| #include "HTMLVideoElement.h"
|
| -#include "KURL.h"
|
| #include "SecurityOrigin.h"
|
| +#include "core/platform/KURL.h"
|
|
|
| namespace WebCore {
|
|
|
|
|