X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/4e4e5a6f2694187498445a6ac6f1634ce8141119..14957cd040308e3eeec43d26bae5d76da13fcd85:/runtime/RopeImpl.cpp?ds=sidebyside diff --git a/runtime/RopeImpl.cpp b/runtime/RopeImpl.cpp index 25b9848..09c24a9 100644 --- a/runtime/RopeImpl.cpp +++ b/runtime/RopeImpl.cpp @@ -40,7 +40,7 @@ void RopeImpl::derefFibersNonRecursive(Vector& workQueue) else nextRope->deref(); } else - static_cast(fiber)->deref(); + static_cast(fiber)->deref(); } }