]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - runtime/DateConstructor.h
JavaScriptCore-576.tar.gz
[apple/javascriptcore.git] / runtime / DateConstructor.h
index dcef3cc7f5e8ed13ffb5027726063cd86f20c70e..10e450e7cd2b59d2acc3b5526e03a0f8fc2d5906 100644 (file)
@@ -29,7 +29,7 @@ namespace JSC {
 
     class DateConstructor : public InternalFunction {
     public:
-        DateConstructor(ExecState*, PassRefPtr<Structure>, Structure* prototypeFunctionStructure, DatePrototype*);
+        DateConstructor(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure, DatePrototype*);
 
     private:
         virtual ConstructType getConstructData(ConstructData&);