| Index: Source/core/svg/SVGStringList.cpp
|
| diff --git a/Source/core/svg/SVGStringList.cpp b/Source/core/svg/SVGStringList.cpp
|
| index 7b87a42a165bd9f9533eeaaf1354317f1f252541..c8ff9dfa40c51fbe2ff11201f631e9491b3987d2 100644
|
| --- a/Source/core/svg/SVGStringList.cpp
|
| +++ b/Source/core/svg/SVGStringList.cpp
|
| @@ -19,12 +19,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/svg/SVGStringList.h"
|
|
|
| #include "core/svg/SVGElement.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
| -#include <wtf/text/StringBuilder.h>
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|