summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/heap/GCAssertions.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/heap/GCAssertions.h')
-rw-r--r--Source/JavaScriptCore/heap/GCAssertions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/heap/GCAssertions.h b/Source/JavaScriptCore/heap/GCAssertions.h
index f044df6f0..9feefe1d1 100644
--- a/Source/JavaScriptCore/heap/GCAssertions.h
+++ b/Source/JavaScriptCore/heap/GCAssertions.h
@@ -26,7 +26,7 @@
#ifndef GCAssertions_h
#define GCAssertions_h
-#include "Assertions.h"
+#include <wtf/Assertions.h>
#if ENABLE(GC_VALIDATION)
#define ASSERT_GC_OBJECT_LOOKS_VALID(cell) do { \