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

Issue 10914093: Cleanup in http_utils.dart. (Closed)

Created:
8 years, 3 months ago by Anders Johnsen
Modified:
8 years, 3 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Cleanup in http_utils.dart. Followup fixes to ager's DBC. BUG= Committed: https://code.google.com/p/dart/source/detail?r=11863

Patch Set 1 #

Total comments: 2

Patch Set 2 : Mark declaration type as const as well. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -16 lines) Patch
M runtime/bin/http_utils.dart View 1 4 chunks +22 lines, -16 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Anders Johnsen
8 years, 3 months ago (2012-09-05 08:43:36 UTC) #1
Mads Ager (google)
lgtm https://chromiumcodereview.appspot.com/10914093/diff/1/runtime/bin/http_utils.dart File runtime/bin/http_utils.dart (right): https://chromiumcodereview.appspot.com/10914093/diff/1/runtime/bin/http_utils.dart#newcode97 runtime/bin/http_utils.dart:97: List wkday = const ["Mon", "Tue", "Wed", "Thu", ...
8 years, 3 months ago (2012-09-05 08:52:51 UTC) #2
Anders Johnsen
8 years, 3 months ago (2012-09-05 09:09:46 UTC) #3
Landing.

https://chromiumcodereview.appspot.com/10914093/diff/1/runtime/bin/http_utils...
File runtime/bin/http_utils.dart (right):

https://chromiumcodereview.appspot.com/10914093/diff/1/runtime/bin/http_utils...
runtime/bin/http_utils.dart:97: List wkday = const ["Mon", "Tue", "Wed", "Thu",
"Fri", "Sat", "Sun"];
On 2012/09/05 08:52:51, Mads Ager wrote:
> Mark the wkday as const as well?
> 
> const List wkday = const [...];
> 
> ?

Got'ya, done.

Powered by Google App Engine
This is Rietveld 408576698