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

Unified Diff: runtime/bin/common.dart

Issue 10443029: Use Dart_New to construct OSError objects instead of the static (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | runtime/bin/dartutils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/common.dart
diff --git a/runtime/bin/common.dart b/runtime/bin/common.dart
index aa3365a7caf82830a0c7ea9d85e7b9486314493c..9e0842ae3a441ca16de4abbaafe397280e9e4a7d 100644
--- a/runtime/bin/common.dart
+++ b/runtime/bin/common.dart
@@ -40,8 +40,3 @@ class OSError {
*/
final int errorCode;
}
-
-
-// TODO(sgjesse): Remove this once Dart constructors can be invoked
-// through the API.
-OSError _makeOSError(message, code) => new OSError(message, code);
« no previous file with comments | « no previous file | runtime/bin/dartutils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698