diff options
Diffstat (limited to 'JavaScriptCore/runtime/JSAPIValueWrapper.h')
-rw-r--r-- | JavaScriptCore/runtime/JSAPIValueWrapper.h | 1 |
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; |