summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4objectproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4/qv4objectproto.h')
-rw-r--r--src/v4/qv4objectproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v4/qv4objectproto.h b/src/v4/qv4objectproto.h
index e4ce916b..1abd8d13 100644
--- a/src/v4/qv4objectproto.h
+++ b/src/v4/qv4objectproto.h
@@ -69,7 +69,7 @@ struct ObjectPrototype: Object
static Value method_getPrototypeOf(SimpleCallContext *ctx);
static Value method_getOwnPropertyDescriptor(SimpleCallContext *ctx);
- static Value method_getOwnPropertyNames(ExecutionContext *parentCtx, Value thisObject, Value *argv, int argc);
+ static Value method_getOwnPropertyNames(SimpleCallContext *context);
static Value method_create(SimpleCallContext *ctx);
static Value method_defineProperty(SimpleCallContext *ctx);
static Value method_defineProperties(SimpleCallContext *ctx);