Title: [247224] branches/safari-607-branch/Source/_javascript_Core/runtime/RegExpInlines.h
Revision
247224
Author
[email protected]
Date
2019-07-08 12:08:32 -0700 (Mon, 08 Jul 2019)

Log Message

Unreviewed build fix. rdar://problem/51349045

Modified Paths


Diff

Modified: branches/safari-607-branch/Source/_javascript_Core/runtime/RegExpInlines.h (247223 => 247224)


--- branches/safari-607-branch/Source/_javascript_Core/runtime/RegExpInlines.h	2019-07-08 19:03:42 UTC (rev 247223)
+++ branches/safari-607-branch/Source/_javascript_Core/runtime/RegExpInlines.h	2019-07-08 19:08:32 UTC (rev 247224)
@@ -155,7 +155,6 @@
 #if ENABLE(YARR_JIT)
     if (m_state == JITCode) {
         {
-            ASSERT(m_regExpJITCode);
             PatternContextBufferHolder patternContextBufferHolder(vm, m_regExpJITCode.usesPatternContextBuffer());
 
             if (s.is8Bit())
@@ -269,7 +268,6 @@
 
     if (m_state == JITCode) {
         {
-            ASSERT(m_regExpJITCode);
             PatternContextBufferHolder patternContextBufferHolder(vm, m_regExpJITCode.usesPatternContextBuffer());
             if (s.is8Bit())
                 result = m_regExpJITCode.execute(s.characters8(), startOffset, s.length(), patternContextBufferHolder.buffer(), patternContextBufferHolder.size());
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to