summaryrefslogtreecommitdiff
path: root/js/src/builtin/TypedObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/builtin/TypedObject.h')
-rw-r--r--js/src/builtin/TypedObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/builtin/TypedObject.h b/js/src/builtin/TypedObject.h
index 4fcd30cb0..83700001d 100644
--- a/js/src/builtin/TypedObject.h
+++ b/js/src/builtin/TypedObject.h
@@ -509,7 +509,7 @@ class TypedObject : public ShapedObject
static MOZ_MUST_USE bool obj_lookupProperty(JSContext* cx, HandleObject obj,
HandleId id, MutableHandleObject objp,
- MutableHandleShape propp);
+ MutableHandle<PropertyResult> propp);
static MOZ_MUST_USE bool obj_defineProperty(JSContext* cx, HandleObject obj, HandleId id,
Handle<PropertyDescriptor> desc,