Chromium Code Reviews

Unified Diff: src/mirror-delay.js

Issue 18658: Added handling of hidden prototype objects when collecting local properties f... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mirror-delay.js
===================================================================
--- src/mirror-delay.js (revision 1116)
+++ src/mirror-delay.js (working copy)
@@ -525,7 +525,7 @@
ObjectMirror.prototype.protoObject = function() {
- return MakeMirror(%GetPrototype(this.value_));
+ return MakeMirror(%DebugGetPrototype(this.value_));
};
« no previous file with comments | « no previous file | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine