X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/f9bf01c6616d5ddcf65b13b33cedf9e387ff7a63..14957cd040308e3eeec43d26bae5d76da13fcd85:/runtime/JSAPIValueWrapper.cpp diff --git a/runtime/JSAPIValueWrapper.cpp b/runtime/JSAPIValueWrapper.cpp index e83724a..9a92a93 100644 --- a/runtime/JSAPIValueWrapper.cpp +++ b/runtime/JSAPIValueWrapper.cpp @@ -28,4 +28,6 @@ namespace JSC { +const ClassInfo JSAPIValueWrapper::s_info = { "API Wrapper", 0, 0, 0 }; + } // namespace JSC