aboutsummaryrefslogtreecommitdiff
path: root/src/ast/compile-time-value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/compile-time-value.h')
-rw-r--r--src/ast/compile-time-value.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ast/compile-time-value.h b/src/ast/compile-time-value.h
index 27351b79..d61443e5 100644
--- a/src/ast/compile-time-value.h
+++ b/src/ast/compile-time-value.h
@@ -31,8 +31,8 @@ class CompileTimeValue : public AllStatic {
// Get the type of a compile time value returned by GetValue().
static LiteralType GetLiteralType(Handle<FixedArray> value);
- // Get the elements array of a compile time value returned by GetValue().
- static Handle<FixedArray> GetElements(Handle<FixedArray> value);
+ // Get the elements of a compile time value returned by GetValue().
+ static Handle<HeapObject> GetElements(Handle<FixedArray> value);
private:
static const int kLiteralTypeSlot = 0;