Title: [291997] trunk/Source/_javascript_Core
Revision
291997
Author
cdu...@apple.com
Date
2022-03-28 15:23:39 -0700 (Mon, 28 Mar 2022)

Log Message

Unreviewed, address post-landing review comment from Darin after r291972.

* yarr/YarrJIT.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (291996 => 291997)


--- trunk/Source/_javascript_Core/ChangeLog	2022-03-28 22:20:21 UTC (rev 291996)
+++ trunk/Source/_javascript_Core/ChangeLog	2022-03-28 22:23:39 UTC (rev 291997)
@@ -1,5 +1,11 @@
 2022-03-28  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed, address post-landing review comment from Darin after r291972.
+
+        * yarr/YarrJIT.cpp:
+
+2022-03-28  Chris Dumez  <cdu...@apple.com>
+
         Use StringView for Yarr / RegularExpression parsing
         https://bugs.webkit.org/show_bug.cgi?id=238420
 

Modified: trunk/Source/_javascript_Core/yarr/YarrJIT.cpp (291996 => 291997)


--- trunk/Source/_javascript_Core/yarr/YarrJIT.cpp	2022-03-28 22:20:21 UTC (rev 291996)
+++ trunk/Source/_javascript_Core/yarr/YarrJIT.cpp	2022-03-28 22:23:39 UTC (rev 291997)
@@ -4652,7 +4652,7 @@
 
     StackCheck* m_compilationThreadStackChecker { nullptr };
     YarrPattern& m_pattern;
-    StringView m_patternString;
+    const StringView m_patternString;
 
     CharSize m_charSize;
     JITCompileMode m_compileMode;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to