X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/14957cd040308e3eeec43d26bae5d76da13fcd85..HEAD:/runtime/JSAPIValueWrapper.cpp diff --git a/runtime/JSAPIValueWrapper.cpp b/runtime/JSAPIValueWrapper.cpp index 9a92a93..6e5b536 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 }; +STATIC_ASSERT_IS_TRIVIALLY_DESTRUCTIBLE(JSAPIValueWrapper); + +const ClassInfo JSAPIValueWrapper::s_info = { "API Wrapper", 0, 0, CREATE_METHOD_TABLE(JSAPIValueWrapper) }; } // namespace JSC