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

Unified Diff: src/objects.h

Issue 14404005: Add d8 functionality for switching between realms (a.k.a. contexts), 2nd try (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Make realms work again interactively 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 56e90dd3f980c13416bde4d734147f2023f3c0e6..0e64e37eb1988b92e87404d5c738b6a55ac7fff7 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -8578,7 +8578,7 @@ class JSWeakMap: public JSObject {
class JSArrayBuffer: public JSObject {
public:
- // [backing_store]: backing memory for thsi array
+ // [backing_store]: backing memory for this 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