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

Unified Diff: runtime/bin/dartutils.cc

Issue 12451004: Introduce ZLibInflater and ZLibDeflater to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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
Index: runtime/bin/dartutils.cc
diff --git a/runtime/bin/dartutils.cc b/runtime/bin/dartutils.cc
index a780780ed59befc81d0021ffb86a10d63554a8de..9d2ac70a714cd58ac65c616abd7c9c95a0141dfb 100644
--- a/runtime/bin/dartutils.cc
+++ b/runtime/bin/dartutils.cc
@@ -530,6 +530,11 @@ Dart_Handle DartUtils::NewDartArgumentError(const char* message) {
}
+Dart_Handle DartUtils::NewInternalError(const char* message) {
+ return NewDartExceptionWithMessage(kCoreLibURL, "InternalError", message);
+}
+
+
void DartUtils::SetOriginalWorkingDirectory() {
original_working_directory = Directory::Current();
}
« no previous file with comments | « runtime/bin/dartutils.h ('k') | runtime/bin/filter.h » ('j') | runtime/bin/filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698