| Index: Source/core/html/canvas/CanvasStyle.cpp
|
| diff --git a/Source/core/html/canvas/CanvasStyle.cpp b/Source/core/html/canvas/CanvasStyle.cpp
|
| index 3d103eb736470c3d391c4c32e24fe29dee15a7f5..74717d0d9d640c93d97b575ef6c6810207950d8c 100644
|
| --- a/Source/core/html/canvas/CanvasStyle.cpp
|
| +++ b/Source/core/html/canvas/CanvasStyle.cpp
|
| @@ -36,8 +36,8 @@
|
| #include "core/html/canvas/CanvasGradient.h"
|
| #include "core/html/canvas/CanvasPattern.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/PassRefPtr.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/PassRefPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|