From 12c54409fb8464c5f0d37bb11c10f77a02a896ba Mon Sep 17 00:00:00 2001
From: "nweiz@google.com" <nweiz@google.com>
Date: Wed, 8 May 2013 20:59:27 +0000
Subject: [PATCH] MimeParserException has been renamed to
 MimeMultipartException.

R=dgrove@google.com

Review URL: https://codereview.chromium.org//15063002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@22530 260f80e4-7a28-3924-810f-c04153c831b5
---
 lib/src/utils.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/src/utils.dart b/lib/src/utils.dart
index a3f0f974..80a8ec37 100644
--- a/lib/src/utils.dart
+++ b/lib/src/utils.dart
@@ -433,7 +433,7 @@ bool isUserFacingException(error) {
     error is HttpException ||
     error is HttpParserException ||
     error is LinkIOException ||
-    error is MimeParserException ||
+    error is MimeMultipartException ||
     error is OSError ||
     error is ProcessException ||
     error is SocketIOException ||
-- 
GitLab