diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/PropertySlot.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/PropertySlot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/PropertySlot.h b/Source/JavaScriptCore/runtime/PropertySlot.h index c673eaa50..6fb80d23d 100644 --- a/Source/JavaScriptCore/runtime/PropertySlot.h +++ b/Source/JavaScriptCore/runtime/PropertySlot.h @@ -21,7 +21,7 @@ #ifndef PropertySlot_h #define PropertySlot_h -#include "JSValue.h" +#include "JSCJSValue.h" #include "PropertyName.h" #include "PropertyOffset.h" #include "Register.h" |