RESOLVED FIXED 200353
Initialize memory pressure flag in MemoryPressureHandler
https://bugs.webkit.org/show_bug.cgi?id=200353
Summary Initialize memory pressure flag in MemoryPressureHandler
Per Arne Vollan
Reported 2019-08-01 11:42:11 PDT
The flag 'm_underMemoryPressure' in MemoryPressureHandler should be initialized to 'false'.
Attachments
Patch (1.18 KB, patch)
2019-08-01 11:43 PDT, Per Arne Vollan
no flags
Per Arne Vollan
Comment 1 2019-08-01 11:43:21 PDT
Geoffrey Garen
Comment 2 2019-08-01 11:44:44 PDT
Comment on attachment 375329 [details] Patch r=me
Per Arne Vollan
Comment 3 2019-08-01 11:47:16 PDT
Comment on attachment 375329 [details] Patch Thanks for reviewing!
WebKit Commit Bot
Comment 4 2019-08-01 12:43:20 PDT
Comment on attachment 375329 [details] Patch Clearing flags on attachment: 375329 Committed r248118: <https://trac.webkit.org/changeset/248118>
WebKit Commit Bot
Comment 5 2019-08-01 12:43:22 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2019-08-01 12:44:17 PDT
Alexey Proskuryakov
Comment 7 2019-08-04 11:26:32 PDT
Is there a behavior change here?
Per Arne Vollan
Comment 8 2019-08-05 10:11:52 PDT
(In reply to Alexey Proskuryakov from comment #7) > Is there a behavior change here? Yes, possibly, if the memory pressure state was queried before being set. I have not observed such a case, though.
Note You need to log in before you can comment on or make changes to this bug.