Changeset 167302 in webkit


Ignore:
Timestamp:
Apr 14, 2014 11:57:02 PM (10 years ago)
Author:
psolanki@apple.com
Message:

Unreviewed. Attempt to fix Windows build after r167277.

  • page/FrameView.cpp:

(WebCore::FrameView::willPaintContents):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r167299 r167302  
     12014-04-14  Pratik Solanki  <psolanki@apple.com>
     2
     3        Unreviewed. Attempt to fix Windows build after r167277.
     4
     5        * page/FrameView.cpp:
     6        (WebCore::FrameView::willPaintContents):
     7
    182014-04-14  Commit Queue  <commit-queue@webkit.org>
    29
  • trunk/Source/WebCore/page/FrameView.cpp

    r167279 r167302  
    34503450
    34513451    if (paintingState.isTopLevelPainter && memoryPressureHandler().isUnderMemoryPressure()) {
    3452         LOG(MemoryPressure, "Under memory pressure: %s", __PRETTY_FUNCTION__);
     3452        LOG(MemoryPressure, "Under memory pressure: %s", WTF_PRETTY_FUNCTION);
    34533453
    34543454        // To avoid unnecessary image decoding, we don't prune recently-decoded live resources here since
Note: See TracChangeset for help on using the changeset viewer.