diff options
Diffstat (limited to 'Source/WebCore/bindings/js/ScriptCachedFrameData.h')
-rw-r--r-- | Source/WebCore/bindings/js/ScriptCachedFrameData.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/WebCore/bindings/js/ScriptCachedFrameData.h b/Source/WebCore/bindings/js/ScriptCachedFrameData.h index 55b98e3be..eff5e3802 100644 --- a/Source/WebCore/bindings/js/ScriptCachedFrameData.h +++ b/Source/WebCore/bindings/js/ScriptCachedFrameData.h @@ -29,8 +29,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef ScriptCachedFrameData_h -#define ScriptCachedFrameData_h +#pragma once #include <heap/Strong.h> #include <wtf/HashMap.h> @@ -56,5 +55,3 @@ private: }; } // namespace WebCore - -#endif // ScriptCachedFrameData_h |