diff options
author | Tobias Hunger <tobias.hunger@digia.com> | 2013-08-29 14:07:31 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-03 12:57:46 +0200 |
commit | ee8436b6ee3bb3742316b51d3b6bf4330f6c81b1 (patch) | |
tree | d7b15d22968f7e02d7715fc4549eaddc84570a7b /Source/JavaScriptCore | |
parent | d6fee73e2129588ef14f57f88ab1556fe5a1fa98 (diff) | |
download | qtwebkit-ee8436b6ee3bb3742316b51d3b6bf4330f6c81b1.tar.gz |
JavaScriptCore: Fix header guard
Clang nags about it.
Change-Id: I0f4629048e2e02370202cf47748be05bfa0cbf81
Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'Source/JavaScriptCore')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGInsertionSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGInsertionSet.h b/Source/JavaScriptCore/dfg/DFGInsertionSet.h index 26ab1f28f..d458683fe 100644 --- a/Source/JavaScriptCore/dfg/DFGInsertionSet.h +++ b/Source/JavaScriptCore/dfg/DFGInsertionSet.h @@ -24,7 +24,7 @@ */ #ifndef DFGInsertionSet_h -#define DFGInsectionSet_h +#define DFGInsertionSet_h #include <wtf/Platform.h> |