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

Unified Diff: third_party/double-conversion/src/double-conversion.cc

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « third_party/clang/README ('k') | third_party/lk/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/double-conversion/src/double-conversion.cc
diff --git a/third_party/double-conversion/src/double-conversion.cc b/third_party/double-conversion/src/double-conversion.cc
index 3eb9040242368c9ad9489f78244160d3f6ea130c..3dc09d0c9bcc770501a3ced9de2b80d77283145b 100644
--- a/third_party/double-conversion/src/double-conversion.cc
+++ b/third_party/double-conversion/src/double-conversion.cc
@@ -33,7 +33,7 @@
#include "bignum-dtoa.h"
// Remove the double-based fast cases and use big int operations always for
-// Fletch. This cuts more than 8KB off the binary size.
+// Dartino. This cuts more than 8KB off the binary size.
//
// #include "fast-dtoa.h"
// #include "fixed-dtoa.h"
@@ -391,7 +391,7 @@ void DoubleToStringConverter::DoubleToAscii(double v,
}
// Remove the double-based fast cases and use big int operations always for
- // Fletch. This cuts more than 8KB off the binary size.
+ // Dartino. This cuts more than 8KB off the binary size.
/*
bool fast_worked;
switch (mode) {
« no previous file with comments | « third_party/clang/README ('k') | third_party/lk/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698