summaryrefslogtreecommitdiff
path: root/deps/v8/src/liveedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/liveedit.h')
-rw-r--r--deps/v8/src/liveedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/liveedit.h b/deps/v8/src/liveedit.h
index 3465d886d7..53418b0918 100644
--- a/deps/v8/src/liveedit.h
+++ b/deps/v8/src/liveedit.h
@@ -307,7 +307,7 @@ class FunctionInfoWrapper : public JSArrayBasedStruct<FunctionInfoWrapper> {
Handle<Code> GetFunctionCode();
- Handle<FixedArray> GetFeedbackVector();
+ Handle<TypeFeedbackVector> GetFeedbackVector();
Handle<Object> GetCodeScopeInfo();