summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/ObjectPrototype.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/ObjectPrototype.h')
-rw-r--r--JavaScriptCore/runtime/ObjectPrototype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/ObjectPrototype.h b/JavaScriptCore/runtime/ObjectPrototype.h
index 489d962..47065d7 100644
--- a/JavaScriptCore/runtime/ObjectPrototype.h
+++ b/JavaScriptCore/runtime/ObjectPrototype.h
@@ -27,7 +27,7 @@ namespace JSC {
class ObjectPrototype : public JSObject {
public:
- ObjectPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
+ ObjectPrototype(ExecState*, JSGlobalObject*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
private:
virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);