Bill Gianopoulos 1 month ago
parent
commit
bdab473118

+ 3 - 3
mozilla-release/patches/TOP-NOBUG-REGEXP-21-1634135-78a1-25318.patch

@@ -7,12 +7,12 @@ No Bug - Import new regexp V8 engine. r=frg a=frg
 diff --git a/js/moz.configure b/js/moz.configure
 --- a/js/moz.configure
 +++ b/js/moz.configure
-@@ -433,19 +433,19 @@ def enable_pipeline_operator(value):
+@@ -434,19 +434,19 @@ def enable_pipeline_operator(value):
+         return True
  
  set_config('ENABLE_PIPELINE_OPERATOR', enable_pipeline_operator)
  set_define('ENABLE_PIPELINE_OPERATOR', enable_pipeline_operator)
  
- 
  # Initial support for new regexp engine
  # ==================================================
  
@@ -28,7 +28,7 @@ diff --git a/js/moz.configure b/js/moz.configure
  set_config('ENABLE_NEW_REGEXP', enable_new_regexp)
  set_define('ENABLE_NEW_REGEXP', enable_new_regexp)
  
- 
+ # Options for generating the shell as a script
 diff --git a/js/src/new-regexp/RegExpAPI.cpp b/js/src/new-regexp/RegExpAPI.cpp
 --- a/js/src/new-regexp/RegExpAPI.cpp
 +++ b/js/src/new-regexp/RegExpAPI.cpp