Changeset 229187 in webkit


Ignore:
Timestamp:
Mar 2, 2018 2:00:14 PM (6 years ago)
Author:
commit-queue@webkit.org
Message:

Build fix after r229174
https://bugs.webkit.org/show_bug.cgi?id=183301

Patch by Christopher Reid <chris.reid@sony.com> on 2018-03-02
Reviewed by Alex Christensen.

Updating MemoryPressureHandler::holdOff to use Seconds instead of unsigned.

  • wtf/MemoryPressureHandler.cpp:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r229184 r229187  
     12018-03-02  Christopher Reid  <chris.reid@sony.com>
     2
     3        Build fix after r229174
     4        https://bugs.webkit.org/show_bug.cgi?id=183301
     5
     6        Reviewed by Alex Christensen.
     7
     8        Updating MemoryPressureHandler::holdOff to use Seconds instead of unsigned.
     9
     10        * wtf/MemoryPressureHandler.cpp:
     11
    1122018-03-02  Tim Horton  <timothy_horton@apple.com>
    213
  • trunk/Source/WTF/wtf/MemoryPressureHandler.cpp

    r220964 r229187  
    287287void MemoryPressureHandler::install() { }
    288288void MemoryPressureHandler::uninstall() { }
    289 void MemoryPressureHandler::holdOff(unsigned) { }
     289void MemoryPressureHandler::holdOff(Seconds) { }
    290290void MemoryPressureHandler::respondToMemoryPressure(Critical, Synchronous) { }
    291291void MemoryPressureHandler::platformReleaseMemory(Critical) { }
Note: See TracChangeset for help on using the changeset viewer.