aboutsummaryrefslogtreecommitdiffstats
path: root/src/v4/qv4objectproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4/qv4objectproto.h')
-rw-r--r--src/v4/qv4objectproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/v4/qv4objectproto.h b/src/v4/qv4objectproto.h
index 1abd8d13a6..0a19f45b06 100644
--- a/src/v4/qv4objectproto.h
+++ b/src/v4/qv4objectproto.h
@@ -91,8 +91,8 @@ struct ObjectPrototype: Object
static Value method_defineGetter(SimpleCallContext *ctx);
static Value method_defineSetter(SimpleCallContext *ctx);
- static void toPropertyDescriptor(ExecutionContext *ctx, Value v, PropertyDescriptor *desc);
- static Value fromPropertyDescriptor(ExecutionContext *ctx, const PropertyDescriptor *desc);
+ static void toPropertyDescriptor(ExecutionContext *ctx, Value v, Property *desc, PropertyAttributes *attrs);
+ static Value fromPropertyDescriptor(ExecutionContext *ctx, const Property *desc, PropertyAttributes attrs);
};