| Index: Source/core/svg/SVGFitToViewBox.cpp
|
| diff --git a/Source/core/svg/SVGFitToViewBox.cpp b/Source/core/svg/SVGFitToViewBox.cpp
|
| index a123bc1c359e785adc0a3b551f81c3ea4f10fdd2..ed7de02c66027fb5147d36a784298052cc5f183a 100644
|
| --- a/Source/core/svg/SVGFitToViewBox.cpp
|
| +++ b/Source/core/svg/SVGFitToViewBox.cpp
|
| @@ -30,7 +30,7 @@
|
| #include "core/svg/SVGDocumentExtensions.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
| #include "core/svg/SVGPreserveAspectRatio.h"
|
| -#include <wtf/text/StringImpl.h>
|
| +#include "wtf/text/StringImpl.h"
|
|
|
| namespace WebCore {
|
|
|
|
|