X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/93a3786624b2768d89bfa27e46598dc64e2fb70a..refs/heads/master:/runtime/StringRecursionChecker.cpp diff --git a/runtime/StringRecursionChecker.cpp b/runtime/StringRecursionChecker.cpp index 8835a5c..6383107 100644 --- a/runtime/StringRecursionChecker.cpp +++ b/runtime/StringRecursionChecker.cpp @@ -22,13 +22,13 @@ #include "Error.h" #include "ExceptionHelpers.h" -#include "Operations.h" +#include "JSCInlines.h" namespace JSC { JSValue StringRecursionChecker::throwStackOverflowError() { - return throwError(m_exec, createStackOverflowError(m_exec)); + return JSC::throwStackOverflowError(m_exec); } JSValue StringRecursionChecker::emptyString()