WebKit Bugzilla
Attachment 347938 Details for
Bug 188867
: [WTF] Add generic implementation for Memory querying
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Build fix
bug-188867-build-fix.diff (text/plain), 1.19 KB, created by
Don Olmstead
on 2018-08-23 11:04:52 PDT
(
hide
)
Description:
Build fix
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2018-08-23 11:04:52 PDT
Size:
1.19 KB
patch
obsolete
>diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog >index a30e24dbd59..56ea640ac8f 100644 >--- a/Source/WTF/ChangeLog >+++ b/Source/WTF/ChangeLog >@@ -1,3 +1,17 @@ >+2018-08-23 Don Olmstead <don.olmstead@sony.com> >+ >+ [WTF] Add generic implementation for Memory querying >+ https://bugs.webkit.org/show_bug.cgi?id=188867 >+ <rdar://problem/43630726> >+ >+ Unreviewed build fix. >+ >+ Adding MemoryPressureHandler::memoryMeasurementTimerFired was done >+ prematurely. >+ >+ * wtf/generic/MemoryPressureHandlerGeneric.cpp: >+ (WTF::MemoryPressureHandler::memoryMeasurementTimerFired): Deleted. >+ > 2018-08-22 Don Olmstead <don.olmstead@sony.com> > > [WTF] Add generic implementation for Memory querying >diff --git a/Source/WTF/wtf/generic/MemoryPressureHandlerGeneric.cpp b/Source/WTF/wtf/generic/MemoryPressureHandlerGeneric.cpp >index a2b570e64f1..3777dc12832 100644 >--- a/Source/WTF/wtf/generic/MemoryPressureHandlerGeneric.cpp >+++ b/Source/WTF/wtf/generic/MemoryPressureHandlerGeneric.cpp >@@ -28,10 +28,6 @@ > > namespace WTF { > >-void MemoryPressureHandler::memoryMeasurementTimerFired() >-{ >-} >- > void MemoryPressureHandler::platformReleaseMemory(Critical) > { > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188867
:
347858
|
347861
|
347875
|
347893
| 347938