summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/NativeErrorPrototype.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/NativeErrorPrototype.h')
-rw-r--r--JavaScriptCore/runtime/NativeErrorPrototype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/NativeErrorPrototype.h b/JavaScriptCore/runtime/NativeErrorPrototype.h
index 77bfe8a..0c65a9c 100644
--- a/JavaScriptCore/runtime/NativeErrorPrototype.h
+++ b/JavaScriptCore/runtime/NativeErrorPrototype.h
@@ -27,7 +27,7 @@ namespace JSC {
class NativeErrorPrototype : public JSObject {
public:
- NativeErrorPrototype(ExecState*, PassRefPtr<Structure>, const UString& name, const UString& message);
+ NativeErrorPrototype(ExecState*, NonNullPassRefPtr<Structure>, const UString& name, const UString& message);
};
} // namespace JSC