| Index: Source/WebCore/rendering/TextAutosizer.cpp
|
| diff --git a/Source/WebCore/rendering/TextAutosizer.cpp b/Source/WebCore/rendering/TextAutosizer.cpp
|
| index 903398c97a90244274670e87389a7ec236a95173..fe3299faf9586233f3c56fb7635919e039d6b668 100644
|
| --- a/Source/WebCore/rendering/TextAutosizer.cpp
|
| +++ b/Source/WebCore/rendering/TextAutosizer.cpp
|
| @@ -20,8 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(TEXT_AUTOSIZING)
|
| -
|
| #include "TextAutosizer.h"
|
|
|
| #include "Document.h"
|
| @@ -615,5 +613,3 @@ void TextAutosizer::getNarrowDescendantsGroupedByWidth(const TextAutosizingClust
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(TEXT_AUTOSIZING)
|
|
|