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

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

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.h
diff --git a/third_party/cld/encodings/compact_lang_det/getonescriptspan.h b/third_party/cld/encodings/compact_lang_det/getonescriptspan.h
index 936aab4faa65a4d4c4761306e63267103eb530d2..b4089d9d0d7f27fdfc7e555ebfe6b6662c254563 100644
--- a/third_party/cld/encodings/compact_lang_det/getonescriptspan.h
+++ b/third_party/cld/encodings/compact_lang_det/getonescriptspan.h
@@ -66,7 +66,7 @@ class ScriptScanner {
const char* start_byte_;
const char* next_byte_;
- const char* next_byte_limit_;
+// const char* next_byte_limit_;
int byte_length_;
bool is_plain_text_;
char* script_buffer_; // Holds text with expanded entities

Powered by Google App Engine
This is Rietveld 408576698