summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/tools/CodeProfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/tools/CodeProfile.cpp')
-rw-r--r--Source/JavaScriptCore/tools/CodeProfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/tools/CodeProfile.cpp b/Source/JavaScriptCore/tools/CodeProfile.cpp
index b3c4ff448..de86e52ef 100644
--- a/Source/JavaScriptCore/tools/CodeProfile.cpp
+++ b/Source/JavaScriptCore/tools/CodeProfile.cpp
@@ -133,7 +133,7 @@ void CodeProfile::sample(void* pc, void** framePointer)
framePointer = 0;
#else
// This platform is not yet supported!
- ASSERT_NOT_REACHED();
+ RELEASE_ASSERT_NOT_REACHED();
#endif
}