| Index: src/liveedit.h
|
| diff --git a/src/liveedit.h b/src/liveedit.h
|
| index 5c73313c4b89dc2519366ae6d30be56644cdeb5d..47e09d10ca5e2dcb7f22be105d8bd23581f70ecf 100644
|
| --- a/src/liveedit.h
|
| +++ b/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);
|
| };
|
|
|