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

Unified Diff: include/v8.h

Issue 1327002: Simplify passing of AccessorInfo to interceptors: (Closed)
Patch Set: . Created 10 years, 9 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 | « no previous file | src/arguments.h » ('j') | src/arguments.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index bed86cabd07b52aa29740f302f30c0b106bc8ba4..fbbb80d654325f9a02a3b41ba34bbaf7c60b1974 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -3295,7 +3295,7 @@ External* External::Cast(v8::Value* value) {
Local<Value> AccessorInfo::Data() const {
- return Local<Value>(reinterpret_cast<Value*>(&args_[-3]));
+ return Local<Value>(reinterpret_cast<Value*>(&args_[-2]));
}
« no previous file with comments | « no previous file | src/arguments.h » ('j') | src/arguments.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698