| Index: Source/WebCore/rendering/TextAutosizer.h
|
| diff --git a/Source/WebCore/rendering/TextAutosizer.h b/Source/WebCore/rendering/TextAutosizer.h
|
| index f1f675385cabc4c6431eec44cd5a26e993558953..969aee276660edf2c6ede8c3a5cde17e1aa87f6e 100644
|
| --- a/Source/WebCore/rendering/TextAutosizer.h
|
| +++ b/Source/WebCore/rendering/TextAutosizer.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef TextAutosizer_h
|
| #define TextAutosizer_h
|
|
|
| -#if ENABLE(TEXT_AUTOSIZING)
|
| -
|
| #include "HTMLNames.h"
|
| #include "WritingMode.h"
|
| #include <wtf/Noncopyable.h>
|
| @@ -105,6 +103,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(TEXT_AUTOSIZING)
|
| -
|
| #endif // TextAutosizer_h
|
|
|