diff options
Diffstat (limited to 'WebCore/platform/mac/ThreadCheck.mm')
-rw-r--r-- | WebCore/platform/mac/ThreadCheck.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/mac/ThreadCheck.mm b/WebCore/platform/mac/ThreadCheck.mm index 92fcd44..6320c70 100644 --- a/WebCore/platform/mac/ThreadCheck.mm +++ b/WebCore/platform/mac/ThreadCheck.mm @@ -27,7 +27,7 @@ #import "ThreadCheck.h" #import "StringHash.h" -#import <JavaScriptCore/HashSet.h> +#import <wtf/HashSet.h> namespace WebCore { |