Index: runtime/vm/regexp.h |
diff --git a/runtime/vm/regexp.h b/runtime/vm/regexp.h |
index 394279debecda4b6ddfee2c859cf5292c205927d..49aef37d40676dd66fd39c3a364f3d76374dee2d 100644 |
--- a/runtime/vm/regexp.h |
+++ b/runtime/vm/regexp.h |
@@ -1420,11 +1420,11 @@ class RegExpEngine: public AllStatic { |
static CompilationResult CompileBytecode( |
RegExpCompileData* data, |
- const JSRegExp& regexp, |
+ const RegExp& regexp, |
bool is_one_byte, |
Zone* zone); |
- static RawJSRegExp* CreateJSRegExp( |
+ static RawRegExp* CreateRegExp( |
Zone* zone, |
const String& pattern, |
bool multi_line, |