X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/14957cd040308e3eeec43d26bae5d76da13fcd85..4be4e30906bcb8ee30b4d189205cb70bad6707ce:/runtime/JSAPIValueWrapper.cpp diff --git a/runtime/JSAPIValueWrapper.cpp b/runtime/JSAPIValueWrapper.cpp index 9a92a93..cd1d830 100644 --- a/runtime/JSAPIValueWrapper.cpp +++ b/runtime/JSAPIValueWrapper.cpp @@ -24,10 +24,11 @@ #include "JSAPIValueWrapper.h" #include "NumberObject.h" -#include "UString.h" namespace JSC { -const ClassInfo JSAPIValueWrapper::s_info = { "API Wrapper", 0, 0, 0 }; +ASSERT_HAS_TRIVIAL_DESTRUCTOR(JSAPIValueWrapper); + +const ClassInfo JSAPIValueWrapper::s_info = { "API Wrapper", 0, 0, 0, CREATE_METHOD_TABLE(JSAPIValueWrapper) }; } // namespace JSC