RESOLVED FIXED 46206
[WINCE] Remove usage of MemoryManager
https://bugs.webkit.org/show_bug.cgi?id=46206
Summary [WINCE] Remove usage of MemoryManager
Patrick R. Gansterer
Reported 2010-09-21 11:48:13 PDT
see patch
Attachments
Patch (2.01 KB, patch)
2010-09-21 11:52 PDT, Patrick R. Gansterer
no flags
Patrick R. Gansterer
Comment 1 2010-09-21 11:52:55 PDT
chris fleizach
Comment 2 2010-09-21 15:08:22 PDT
Comment on attachment 68269 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=68269&action=review > WebCore/ChangeLog:9 > + can you explain why someone thought it provided value before, and what is the benefit of changing > WebCore/platform/graphics/wince/PlatformPathWinCE.cpp:-237 > - MemoryAllocationCanFail canFail; why does this need to be removed. is this part of the MemoryManager change?
Patrick R. Gansterer
Comment 3 2010-09-21 15:29:38 PDT
(In reply to comment #2) > (From update of attachment 68269 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=68269&action=review > > > WebCore/ChangeLog:9 > > + > > can you explain why someone thought it provided value before, and what is the benefit of changing No, sorry, the initial bug 27550 does not say anything. :( > > > WebCore/platform/graphics/wince/PlatformPathWinCE.cpp:-237 > > - MemoryAllocationCanFail canFail; > > why does this need to be removed. is this part of the MemoryManager change? MemoryAllocationCanFail is part of the MemoryManager. (see http://trac.webkit.org/browser/trunk/JavaScriptCore/wtf/wince/MemoryManager.h?rev=46268#L60)
Adam Roben (:aroben)
Comment 4 2010-09-23 06:56:24 PDT
Comment on attachment 68269 [details] Patch I think Patrick answered Chris's questions satisfactorily. Chris, if you feel otherwise please let me know!
WebKit Commit Bot
Comment 5 2010-09-23 07:22:49 PDT
Comment on attachment 68269 [details] Patch Clearing flags on attachment: 68269 Committed r68135: <http://trac.webkit.org/changeset/68135>
WebKit Commit Bot
Comment 6 2010-09-23 07:22:54 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.