| Index: Source/core/svg/SVGDocumentExtensions.cpp
|
| diff --git a/Source/core/svg/SVGDocumentExtensions.cpp b/Source/core/svg/SVGDocumentExtensions.cpp
|
| index 4a71068958c59740ed60b032e68b954414d91e09..c135caa96f8b838b2c00d8faa48255fdb9512b42 100644
|
| --- a/Source/core/svg/SVGDocumentExtensions.cpp
|
| +++ b/Source/core/svg/SVGDocumentExtensions.cpp
|
| @@ -20,7 +20,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/svg/SVGDocumentExtensions.h"
|
|
|
| #include "XLinkNames.h"
|
| @@ -29,7 +28,7 @@
|
| #include "core/svg/SVGElement.h"
|
| #include "core/svg/SVGSVGElement.h"
|
| #include "core/svg/animation/SMILTimeContainer.h"
|
| -#include <wtf/text/AtomicString.h>
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|