Index: runtime/include/dart_debugger_api.h |
=================================================================== |
--- runtime/include/dart_debugger_api.h (revision 8116) |
+++ runtime/include/dart_debugger_api.h (working copy) |
@@ -54,6 +54,9 @@ |
* \return A handle to a list of string handles. |
*/ |
DART_EXPORT Dart_Handle Dart_GetLibraryURLs(); |
+// TODO(turnidge): The embedding and debugger apis are not consistent |
+// in how they capitalize url. One uses 'Url' and the other 'URL'. |
+// They should be the same. |
/** |