Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/regexp/regexp.h')
-rw-r--r--deps/v8/src/regexp/regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/regexp/regexp.h b/deps/v8/src/regexp/regexp.h
index 27ccbb47ba7..3a5d9e29628 100644
--- a/deps/v8/src/regexp/regexp.h
+++ b/deps/v8/src/regexp/regexp.h
@@ -27,7 +27,7 @@ struct RegExpCompileData {
// Either the generated code as produced by the compiler or a trampoline
// to the interpreter.
- Object code;
+ Handle<Object> code;
// True, iff the pattern is a 'simple' atom with zero captures. In other
// words, the pattern consists of a string with no metacharacters and special