diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-04-27 00:31:47 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-04-27 00:31:47 -0700 |
commit | 24931f840544c9970203660121a1ec4606bdd4f1 (patch) | |
tree | f22539325eb06fc50879d9d4f327cf6c83645891 /deps/v8/src/runtime.cc | |
parent | 2374e557e30fab5c357d3f03716ca3b83131c3c0 (diff) | |
download | node-new-24931f840544c9970203660121a1ec4606bdd4f1.tar.gz |
Upgrade V8 to 2.2.5
Diffstat (limited to 'deps/v8/src/runtime.cc')
-rw-r--r-- | deps/v8/src/runtime.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/runtime.cc b/deps/v8/src/runtime.cc index ab77018350..dd0a3d2a0d 100644 --- a/deps/v8/src/runtime.cc +++ b/deps/v8/src/runtime.cc @@ -9766,7 +9766,7 @@ static Object* Runtime_LiveEditCheckAndDropActivations(Arguments args) { } // Compares 2 strings line-by-line and returns diff in form of JSArray of -// triplets (pos1, len1, len2) describing list of diff chunks. +// triplets (pos1, pos1_end, pos2_end) describing list of diff chunks. static Object* Runtime_LiveEditCompareStringsLinewise(Arguments args) { ASSERT(args.length() == 2); HandleScope scope; |