Changeset 212788 in webkit


Ignore:
Timestamp:
Feb 21, 2017 5:59:57 PM (7 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r212737.

This change caused an existing LayoutTest to crash.

Reverted changeset:

"REGRESSION(r207669): Crash after mutating selector text"
https://bugs.webkit.org/show_bug.cgi?id=168655
http://trac.webkit.org/changeset/212737

Location:
trunk
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r212784 r212788  
     12017-02-21  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed, rolling out r212737.
     4
     5        This change caused an existing LayoutTest to crash.
     6
     7        Reverted changeset:
     8
     9        "REGRESSION(r207669): Crash after mutating selector text"
     10        https://bugs.webkit.org/show_bug.cgi?id=168655
     11        http://trac.webkit.org/changeset/212737
     12
    1132017-02-21  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/Source/WebCore/ChangeLog

    r212784 r212788  
     12017-02-21  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed, rolling out r212737.
     4
     5        This change caused an existing LayoutTest to crash.
     6
     7        Reverted changeset:
     8
     9        "REGRESSION(r207669): Crash after mutating selector text"
     10        https://bugs.webkit.org/show_bug.cgi?id=168655
     11        http://trac.webkit.org/changeset/212737
     12
    1132017-02-21  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/Source/WebCore/style/StyleScope.cpp

    r212737 r212788  
    522522void Scope::scheduleUpdate(UpdateType update)
    523523{
    524     if (update == UpdateType::ContentsOrInterpretation)
    525         clearResolver();
    526 
    527524    if (!m_pendingUpdate || *m_pendingUpdate < update) {
    528525        m_pendingUpdate = update;
Note: See TracChangeset for help on using the changeset viewer.