| Index: Source/core/html/canvas/CanvasPattern.cpp
|
| diff --git a/Source/core/html/canvas/CanvasPattern.cpp b/Source/core/html/canvas/CanvasPattern.cpp
|
| index f88227aa294301f7c114e526e9513adce68376af..c46f5909a28531287b31a7c64984eaaeb5ba15b7 100644
|
| --- a/Source/core/html/canvas/CanvasPattern.cpp
|
| +++ b/Source/core/html/canvas/CanvasPattern.cpp
|
| @@ -27,7 +27,7 @@
|
| #include "core/html/canvas/CanvasPattern.h"
|
|
|
| #include "core/dom/ExceptionCode.h"
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|