diff options
Diffstat (limited to 'Source/WebCore/rendering/VerticalPositionCache.h')
-rw-r--r-- | Source/WebCore/rendering/VerticalPositionCache.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/WebCore/rendering/VerticalPositionCache.h b/Source/WebCore/rendering/VerticalPositionCache.h index 9c313216d..709f0356d 100644 --- a/Source/WebCore/rendering/VerticalPositionCache.h +++ b/Source/WebCore/rendering/VerticalPositionCache.h @@ -23,8 +23,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef VerticalPositionCache_h -#define VerticalPositionCache_h +#pragma once #include "FontBaseline.h" #include <wtf/HashMap.h> @@ -64,5 +63,3 @@ private: }; } // namespace WebCore - -#endif // VerticalPositionCache_h |