summaryrefslogtreecommitdiff
path: root/Source/WebCore/dom/RequestAnimationFrameCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/RequestAnimationFrameCallback.h')
-rw-r--r--Source/WebCore/dom/RequestAnimationFrameCallback.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/WebCore/dom/RequestAnimationFrameCallback.h b/Source/WebCore/dom/RequestAnimationFrameCallback.h
index 52580dc53..86690b076 100644
--- a/Source/WebCore/dom/RequestAnimationFrameCallback.h
+++ b/Source/WebCore/dom/RequestAnimationFrameCallback.h
@@ -28,8 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef RequestAnimationFrameCallback_h
-#define RequestAnimationFrameCallback_h
+#pragma once
#include <wtf/RefCounted.h>
@@ -45,6 +44,4 @@ public:
bool m_useLegacyTimeBase;
};
-}
-
-#endif // RequestAnimationFrameCallback_h
+} // namespace WebCore