Changeset 240788 in webkit


Ignore:
Timestamp:
Jan 31, 2019 8:37:41 AM (5 years ago)
Author:
Michael Catanzaro
Message:

Unreviewed, fix incorrect string format
https://bugs.webkit.org/show_bug.cgi?id=193907
<rdar://problem/47604080>

  • page/scrolling/ScrollingTree.cpp:

(WebCore::ScrollingTree::commitTreeState):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r240787 r240788  
     12019-01-31  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        Unreviewed, fix incorrect string format
     4        https://bugs.webkit.org/show_bug.cgi?id=193907
     5        <rdar://problem/47604080>
     6
     7        * page/scrolling/ScrollingTree.cpp:
     8        (WebCore::ScrollingTree::commitTreeState):
     9
    1102019-01-30  Simon Fraser  <simon.fraser@apple.com>
    211
  • trunk/Source/WebCore/page/scrolling/ScrollingTree.cpp

    r240787 r240788  
    190190            clearLatchedNode();
    191191       
    192         LOG(Scrolling, "ScrollingTree::commitTreeState - removing unvisited node %llu", nodeID);
     192        LOG(Scrolling, "ScrollingTree::commitTreeState - removing unvisited node %" PRIu64, nodeID);
    193193        m_nodeMap.remove(nodeID);
    194194    }
Note: See TracChangeset for help on using the changeset viewer.