summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/regexp-match-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/regexp-match-info.h')
-rw-r--r--deps/v8/src/objects/regexp-match-info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/objects/regexp-match-info.h b/deps/v8/src/objects/regexp-match-info.h
index 24eb805f5a..838c299bd2 100644
--- a/deps/v8/src/objects/regexp-match-info.h
+++ b/deps/v8/src/objects/regexp-match-info.h
@@ -46,7 +46,7 @@ class V8_EXPORT_PRIVATE RegExpMatchInfo : NON_EXPORTED_BASE(public FixedArray) {
// Reserves space for captures.
static Handle<RegExpMatchInfo> ReserveCaptures(
- Handle<RegExpMatchInfo> match_info, int capture_count);
+ Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture_count);
DECL_CAST(RegExpMatchInfo)