| Index: runtime/include/dart_debugger_api.h
|
| ===================================================================
|
| --- runtime/include/dart_debugger_api.h (revision 25134)
|
| +++ runtime/include/dart_debugger_api.h (working copy)
|
| @@ -553,7 +553,7 @@
|
|
|
| /**
|
| * Returns an array containing all static field names and values of
|
| - * the given class \cls.
|
| + * the given type \target.
|
| *
|
| * Requires there to be a current isolate.
|
| *
|
| @@ -563,7 +563,7 @@
|
| * values at offset 2*n+1. Field values may also be a handle to an
|
| * error object if an error was encountered evaluating the field.
|
| */
|
| -DART_EXPORT Dart_Handle Dart_GetStaticFields(Dart_Handle cls);
|
| +DART_EXPORT Dart_Handle Dart_GetStaticFields(Dart_Handle target);
|
|
|
|
|
| /**
|
|
|