| Index: Source/core/html/HTMLCanvasElement.h
|
| diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
|
| index 9402cf69dff439baae10404224f0ad4d774a9062..a3796d8eb2fba4532621c3c96da695f6092550b4 100644
|
| --- a/Source/core/html/HTMLCanvasElement.h
|
| +++ b/Source/core/html/HTMLCanvasElement.h
|
| @@ -31,7 +31,7 @@
|
| #include "core/html/HTMLElement.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/IntSize.h"
|
| -#include <wtf/Forward.h>
|
| +#include "wtf/Forward.h"
|
|
|
| #define DefaultInterpolationQuality InterpolationMedium
|
|
|
|
|