| Index: src/liveedit.h
|
| ===================================================================
|
| --- src/liveedit.h (revision 6800)
|
| +++ src/liveedit.h (working copy)
|
| @@ -126,10 +126,11 @@
|
| FUNCTION_REPLACED_ON_ACTIVE_STACK = 5
|
| };
|
|
|
| - // Compares 2 strings line-by-line and returns diff in form of array of
|
| - // triplets (pos1, pos1_end, pos2_end) describing list of diff chunks.
|
| - static Handle<JSArray> CompareStringsLinewise(Handle<String> s1,
|
| - Handle<String> s2);
|
| + // Compares 2 strings line-by-line, then token-wise and returns diff in form
|
| + // of array of triplets (pos1, pos1_end, pos2_end) describing list
|
| + // of diff chunks.
|
| + static Handle<JSArray> CompareStrings(Handle<String> s1,
|
| + Handle<String> s2);
|
| };
|
|
|
|
|
|
|