Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(780)

Unified Diff: runtime/lib/developer.dart

Issue 1261203005: Revert "Change `msg` to `message` in debugger function." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/_internal/js_runtime/lib/developer_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/developer.dart
diff --git a/runtime/lib/developer.dart b/runtime/lib/developer.dart
index 529c53ac0803db3ada0016ba428b73e5f96ed028..242ef04603056d75b3e790633d60029161555881 100644
--- a/runtime/lib/developer.dart
+++ b/runtime/lib/developer.dart
@@ -2,10 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-patch bool debugger({bool when: true,
- String message}) native "Developer_debugger";
+patch bool debugger({bool when: true, String msg}) native "Developer_debugger";
-patch Object inspect(Object object) native "Developer_inspect";
+patch inspect(object) native "Developer_inspect";
patch log({int sequenceNumber,
int millisecondsSinceEpoch,
@@ -14,4 +13,4 @@ patch log({int sequenceNumber,
String message,
Zone zone,
Object error,
- StackTrace stackTrace}) native "Developer_log";
+ StackTrace stackTrace}) native "Developer_log";
« no previous file with comments | « no previous file | sdk/lib/_internal/js_runtime/lib/developer_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698