| Index: Source/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext.h b/Source/core/html/canvas/CanvasRenderingContext.h
|
| index 6057e02cd67e74b0f5f8021106b7b6018c6bcc74..4f6446053d9d3d941567d83d30de0a88d2df0e52 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -27,7 +27,7 @@
|
| #define CanvasRenderingContext_h
|
|
|
| #include "HTMLCanvasElement.h"
|
| -#include "ScriptWrappable.h"
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "core/platform/graphics/GraphicsLayer.h"
|
| #include <wtf/HashSet.h>
|
| #include <wtf/Noncopyable.h>
|
|
|