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

Unified Diff: third_party/cld/encodings/compact_lang_det/getonescriptspan.cc

Issue 1956183002: CL for perf tryjob on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/cld/encodings/compact_lang_det/getonescriptspan.cc
diff --git a/third_party/cld/encodings/compact_lang_det/getonescriptspan.cc b/third_party/cld/encodings/compact_lang_det/getonescriptspan.cc
index 29a3603160bb25556bd8b965f655282332b91c16..e2c8ad343eadf5cfb41b16a41697928673c5c403 100644
--- a/third_party/cld/encodings/compact_lang_det/getonescriptspan.cc
+++ b/third_party/cld/encodings/compact_lang_det/getonescriptspan.cc
@@ -266,7 +266,7 @@ ScriptScanner::ScriptScanner(const char* buffer,
bool is_plain_text)
: start_byte_(buffer),
next_byte_(buffer),
- next_byte_limit_(buffer + buffer_length),
+// next_byte_limit_(buffer + buffer_length),
byte_length_(buffer_length),
is_plain_text_(is_plain_text) {
script_buffer_ = new char[getone::kMaxScriptBuffer];

Powered by Google App Engine
This is Rietveld 408576698