X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/9dae56ea45a0f5f8136a5c93d6f3a7f99399ca73..fb8617cde5834786bd4e4afd579883e4acf5666e:/runtime/ErrorConstructor.h diff --git a/runtime/ErrorConstructor.h b/runtime/ErrorConstructor.h index 2dd4124..e3d789b 100644 --- a/runtime/ErrorConstructor.h +++ b/runtime/ErrorConstructor.h @@ -30,7 +30,7 @@ namespace JSC { class ErrorConstructor : public InternalFunction { public: - ErrorConstructor(ExecState*, PassRefPtr, ErrorPrototype*); + ErrorConstructor(ExecState*, NonNullPassRefPtr, ErrorPrototype*); private: virtual ConstructType getConstructData(ConstructData&);