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, 0 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/runtime/JSWithScope.cpp b/Source/JavaScriptCore/runtime/JSWithScope.cpp
index 0c4b6e2cc..7d74e63c3 100644
--- a/Source/JavaScriptCore/runtime/JSWithScope.cpp
+++ b/Source/JavaScriptCore/runtime/JSWithScope.cpp
@@ -28,8 +28,6 @@
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)