diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/Protect.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/Protect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/Protect.h b/Source/JavaScriptCore/runtime/Protect.h index 843c9e111..78dd319a3 100644 --- a/Source/JavaScriptCore/runtime/Protect.h +++ b/Source/JavaScriptCore/runtime/Protect.h @@ -23,7 +23,7 @@ #define Protect_h #include "Heap.h" -#include "JSValue.h" +#include "JSCJSValue.h" namespace JSC { |