]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - runtime/ErrorConstructor.h
JavaScriptCore-721.26.tar.gz
[apple/javascriptcore.git] / runtime / ErrorConstructor.h
index 2dd41244b1b19b7d3b02c68244f974529c3643d0..e3d789b0d60864544ef5b4029fdf9418f06a452c 100644 (file)
@@ -30,7 +30,7 @@ namespace JSC {
 
     class ErrorConstructor : public InternalFunction {
     public:
-        ErrorConstructor(ExecState*, PassRefPtr<Structure>, ErrorPrototype*);
+        ErrorConstructor(ExecState*, NonNullPassRefPtr<Structure>, ErrorPrototype*);
 
     private:
         virtual ConstructType getConstructData(ConstructData&);