| Index: Source/core/svg/SVGForeignObjectElement.cpp
|
| diff --git a/Source/core/svg/SVGForeignObjectElement.cpp b/Source/core/svg/SVGForeignObjectElement.cpp
|
| index 1969ed09a1cbe51205ac417f8e0ca2631c4bf0a1..5ea6bbb6aba1c56860c5e17fbb7c080bd42e67ca 100644
|
| --- a/Source/core/svg/SVGForeignObjectElement.cpp
|
| +++ b/Source/core/svg/SVGForeignObjectElement.cpp
|
| @@ -19,7 +19,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/svg/SVGForeignObjectElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -29,7 +28,7 @@
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
| #include "core/svg/SVGElementInstance.h"
|
| #include "core/svg/SVGLength.h"
|
| -#include <wtf/Assertions.h>
|
| +#include "wtf/Assertions.h"
|
|
|
| namespace WebCore {
|
|
|
|
|