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

Unified Diff: src/accessors.h

Issue 1600353003: [runtime] remove left-over distinction between AccessorInfo and ExecutableAccessorInfo (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 | « include/v8.h ('k') | src/accessors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/accessors.h
diff --git a/src/accessors.h b/src/accessors.h
index 6c1765c404ddcd09f2ef7d3f4805afb67624f92c..710e986b46b4c596f90aa612d2ab0a0b3641134a 100644
--- a/src/accessors.h
+++ b/src/accessors.h
@@ -15,7 +15,7 @@ namespace v8 {
namespace internal {
// Forward declarations.
-class ExecutableAccessorInfo;
+class AccessorInfo;
// The list of accessor descriptors. This is a second-order macro
// taking a macro to be applied to all accessor descriptor names.
@@ -101,9 +101,8 @@ class Accessors : public AllStatic {
AccessorNameSetterCallback setter,
PropertyAttributes attributes);
- static Handle<ExecutableAccessorInfo> CloneAccessor(
- Isolate* isolate,
- Handle<ExecutableAccessorInfo> accessor);
+ static Handle<AccessorInfo> CloneAccessor(Isolate* isolate,
+ Handle<AccessorInfo> accessor);
};
} // namespace internal
« no previous file with comments | « include/v8.h ('k') | src/accessors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698