| Index: src/runtime/runtime-debug.cc
|
| diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc
|
| index d885450a47e62af144c48f5a84ec35f50671b65e..841b879ea3b9be7a5d9870756e01280f8173e2d8 100644
|
| --- a/src/runtime/runtime-debug.cc
|
| +++ b/src/runtime/runtime-debug.cc
|
| @@ -408,7 +408,7 @@ RUNTIME_FUNCTION(Runtime_DebugGetProperty) {
|
|
|
| DCHECK(args.length() == 2);
|
|
|
| - CONVERT_ARG_HANDLE_CHECKED(JSObject, obj, 0);
|
| + CONVERT_ARG_HANDLE_CHECKED(Object, obj, 0);
|
| CONVERT_ARG_HANDLE_CHECKED(Name, name, 1);
|
|
|
| LookupIterator it(obj, name);
|
|
|