⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 252784 in webkit


Ignore:
Timestamp:
Nov 22, 2019, 11:00:04 AM (7 years ago)
Author:
Antti Koivisto
Message:

Try to fix build on an old MacOS version

Unreviewed.

  • page/scrolling/ScrollingTree.cpp:

(WebCore::ScrollingTree::commitTreeState):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r252776 r252784  
     12019-11-22  Antti Koivisto  <antti@apple.com>
     2
     3        Try to fix build on an old MacOS version
     4
     5        Unreviewed.
     6
     7        * page/scrolling/ScrollingTree.cpp:
     8        (WebCore::ScrollingTree::commitTreeState):
     9
    1102019-11-22  Zalan Bujtas  <zalan@apple.com>
    211
  • trunk/Source/WebCore/page/scrolling/ScrollingTree.cpp

    r252742 r252784  
    141141void ScrollingTree::commitTreeState(std::unique_ptr<ScrollingStateTree> scrollingStateTree)
    142142{
    143     SetForScope inCommitTreeState(m_inCommitTreeState, true);
     143    SetForScope<bool> inCommitTreeState(m_inCommitTreeState, true);
    144144    LockHolder locker(m_treeMutex);
    145145
Note: See TracChangeset for help on using the changeset viewer.