| Index: Source/core/rendering/svg/SVGInlineTextBox.h
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.h b/Source/core/rendering/svg/SVGInlineTextBox.h
|
| index 3c829aa062904dd4a2fc024a6c8746fa1c1881b9..260552555409b9ac5b40515f2866a777a64e7fbd 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.h
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.h
|
| @@ -22,7 +22,6 @@
|
| #ifndef SVGInlineTextBox_h
|
| #define SVGInlineTextBox_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/rendering/InlineTextBox.h"
|
| #include "core/rendering/svg/SVGTextLayoutEngine.h"
|
|
|
| @@ -91,5 +90,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif
|
| #endif // SVGInlineTextBox_h
|
|
|