See also Bug 66741
Created attachment 104819 [details] Patch
Comment on attachment 104819 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=104819&action=review > Source/WebCore/bindings/v8/V8GCController.cpp:-476 > - static const int highUsageDeltaMB = -1; Any background on this? Should it still be present as OS(ANDROID)?
Comment on attachment 104819 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=104819&action=review >> Source/WebCore/bindings/v8/V8GCController.cpp:-476 >> - static const int highUsageDeltaMB = -1; > > Any background on this? Should it still be present as OS(ANDROID)? I guess we're not sure yet, as I don't know if or how we'll provide this functionality via the Chromium port. In any case, switching it to OS(ANDROID) now will mean that it won't compile, so I thought it best to remove it to allow us to get the Chromium port building for Android ASAP. Peter, do you have any thoughts?
(In reply to comment #3) > (From update of attachment 104819 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=104819&action=review > > >> Source/WebCore/bindings/v8/V8GCController.cpp:-476 > >> - static const int highUsageDeltaMB = -1; > > > > Any background on this? Should it still be present as OS(ANDROID)? > > I guess we're not sure yet, as I don't know if or how we'll provide this functionality via the Chromium port. > > In any case, switching it to OS(ANDROID) now will mean that it won't compile, so I thought it best to remove it to allow us to get the Chromium port building for Android ASAP. Peter, do you have any thoughts? Sounds good.
I agree on removing them for now. Re-adding these three variables is trivial and could easily be done as part of supporting the methods in Chromium's PlatformBridge after we decide on how to implement the functionality.
Committed r93597: <http://trac.webkit.org/changeset/93597>