summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4objectproto.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-04-05 21:38:09 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-04-06 23:34:35 +0200
commitab62ad883041221ceda6cf8f80bf4720b9e93998 (patch)
tree468cae3a1d5582874af9949e67eb45af7c6600d5 /src/v4/qv4objectproto.h
parentf2971f053f2a24677fc2bcaf907435f4e949a54b (diff)
Convert the remaining builtin methods to use the SimpleCallContext
Change-Id: Ib01bd0c15578b93829abd6fcf8df22cac12daf14 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
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);