summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/ErrorPrototype.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/ErrorPrototype.h')
-rw-r--r--JavaScriptCore/runtime/ErrorPrototype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/ErrorPrototype.h b/JavaScriptCore/runtime/ErrorPrototype.h
index a561590..fce2742 100644
--- a/JavaScriptCore/runtime/ErrorPrototype.h
+++ b/JavaScriptCore/runtime/ErrorPrototype.h
@@ -29,7 +29,7 @@ namespace JSC {
class ErrorPrototype : public ErrorInstance {
public:
- ErrorPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
+ ErrorPrototype(ExecState*, JSGlobalObject*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
};
} // namespace JSC