Changeset 226718 in webkit


Ignore:
Timestamp:
Jan 10, 2018, 9:01:23 AM (8 years ago)
Author:
Antti Koivisto
Message:

Try to fix windows build.

  • css/RuleFeature.cpp:

(WebCore::RuleFeatureSet::computeNextMatchElement):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r226714 r226718  
     12018-01-10  Antti Koivisto  <antti@apple.com>
     2
     3        Try to fix windows build.
     4
     5        * css/RuleFeature.cpp:
     6        (WebCore::RuleFeatureSet::computeNextMatchElement):
     7
    182018-01-10  Zalan Bujtas  <zalan@apple.com>
    29
  • trunk/Source/WebCore/css/RuleFeature.cpp

    r226703 r226718  
    6666        return MatchElement::Host;
    6767    };
     68    ASSERT_NOT_REACHED();
     69    return matchElement;
    6870};
    6971
Note: See TracChangeset for help on using the changeset viewer.