diff options
Diffstat (limited to 'deps/v8/src/liveedit.h')
-rw-r--r-- | deps/v8/src/liveedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/liveedit.h b/deps/v8/src/liveedit.h index 5c73313c4b..47e09d10ca 100644 --- a/deps/v8/src/liveedit.h +++ b/deps/v8/src/liveedit.h @@ -111,7 +111,7 @@ class LiveEdit : AllStatic { }; // Compares 2 strings line-by-line and returns diff in form of array of - // triplets (pos1, len1, len2) describing list of diff chunks. + // triplets (pos1, pos1_end, pos2_end) describing list of diff chunks. static Handle<JSArray> CompareStringsLinewise(Handle<String> s1, Handle<String> s2); }; |