]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - runtime/NativeErrorConstructor.h
JavaScriptCore-576.tar.gz
[apple/javascriptcore.git] / runtime / NativeErrorConstructor.h
index 118d1f43ddf746918e99d363a97156a61cc0ccf6..152dbac2f5a72647ab5e9893587154aa0e4961b8 100644 (file)
@@ -31,7 +31,7 @@ namespace JSC {
 
     class NativeErrorConstructor : public InternalFunction {
     public:
-        NativeErrorConstructor(ExecState*, PassRefPtr<Structure>, NativeErrorPrototype*);
+        NativeErrorConstructor(ExecState*, NonNullPassRefPtr<Structure>, NativeErrorPrototype*);
 
         static const ClassInfo info;