Changeset 174012 in webkit for trunk/Source/JavaScriptCore/yarr
- Timestamp:
- Sep 26, 2014, 10:49:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/yarr/YarrPattern.cpp
r168983 r174012 298 298 void assertionBOL() 299 299 { 300 if (!m_alternative->m_terms.size() & !m_invertParentheticalAssertion) {300 if (!m_alternative->m_terms.size() && !m_invertParentheticalAssertion) { 301 301 m_alternative->m_startsWithBOL = true; 302 302 m_alternative->m_containsBOL = true;
Note:
See TracChangeset
for help on using the changeset viewer.