diff options
Diffstat (limited to 'Source/WebCore/rendering/style/StyleDashboardRegion.h')
-rw-r--r-- | Source/WebCore/rendering/style/StyleDashboardRegion.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/WebCore/rendering/style/StyleDashboardRegion.h b/Source/WebCore/rendering/style/StyleDashboardRegion.h index 62992cb8a..a46c7219e 100644 --- a/Source/WebCore/rendering/style/StyleDashboardRegion.h +++ b/Source/WebCore/rendering/style/StyleDashboardRegion.h @@ -22,8 +22,8 @@ * */ -#ifndef StyleDashboardRegion_h -#define StyleDashboardRegion_h +#pragma once + #if ENABLE(DASHBOARD_SUPPORT) #include "LengthBox.h" @@ -58,4 +58,3 @@ struct StyleDashboardRegion { } // namespace WebCore #endif // ENABLE(DASHBOARD_SUPPORT) -#endif // StyleDashboardRegion_h |