summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/JSWithScope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSWithScope.cpp')
-rw-r--r--Source/JavaScriptCore/runtime/JSWithScope.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/runtime/JSWithScope.cpp b/Source/JavaScriptCore/runtime/JSWithScope.cpp
index 7d74e63c3..0c4b6e2cc 100644
--- a/Source/JavaScriptCore/runtime/JSWithScope.cpp
+++ b/Source/JavaScriptCore/runtime/JSWithScope.cpp
@@ -28,6 +28,8 @@
namespace JSC {
+ASSERT_CLASS_FITS_IN_CELL(JSWithScope);
+
const ClassInfo JSWithScope::s_info = { "WithScope", &Base::s_info, 0, 0, CREATE_METHOD_TABLE(JSWithScope) };
void JSWithScope::visitChildren(JSCell* cell, SlotVisitor& visitor)