summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/JSAPIValueWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/JSAPIValueWrapper.h')
-rw-r--r--JavaScriptCore/runtime/JSAPIValueWrapper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/JSAPIValueWrapper.h b/JavaScriptCore/runtime/JSAPIValueWrapper.h
index 5cd4bdd..21a9710 100644
--- a/JavaScriptCore/runtime/JSAPIValueWrapper.h
+++ b/JavaScriptCore/runtime/JSAPIValueWrapper.h
@@ -54,7 +54,6 @@ namespace JSC {
: JSCell(exec->globalData().apiWrapperStructure.get())
, m_value(value)
{
- ASSERT(!value.isCell());
}
JSValue m_value;