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

Unified Diff: src/objects.h

Issue 14021004: Revert r14310 due to isolate tests failure. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 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
« no previous file with comments | « src/debug.cc ('k') | test/mjsunit/bugs/bug-proto.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 8010b94fe7d3fdf6ed172e02b9d88737fe171101..3ca89f08eab202ebf9e14531795a7fed54cd3f60 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -8554,7 +8554,7 @@ class JSWeakMap: public JSObject {
class JSArrayBuffer: public JSObject {
public:
- // [backing_store]: backing memory for this array
+ // [backing_store]: backing memory for thsi array
DECL_ACCESSORS(backing_store, void)
// [byte_length]: length in bytes
« no previous file with comments | « src/debug.cc ('k') | test/mjsunit/bugs/bug-proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698