We need to know process memory usage to show it in the inspector. It is now exposed on Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h which is Chromium-specific file. We need a more portable approach here.
Created attachment 144735 [details] Patch
(In reply to comment #1) > Created an attachment (id=144735) [details] > Patch This patch addresses Tony's comments on http://codereview.chromium.org/9669039/diff/5/webkit/glue/webkitplatformsupport_impl.h
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Created attachment 144736 [details] Patch
Created attachment 144742 [details] Patch
Comment on attachment 144742 [details] Patch Attachment 144742 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/12843770
Created attachment 144759 [details] Patch
Comment on attachment 144759 [details] Patch Seems pretty reasonable to me
Comment on attachment 144759 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=144759&action=review > Source/WebCore/inspector/InspectorMemoryAgent.cpp:-342 > -#if PLATFORM(CHROMIUM) Yay removing #if CHROMIUM
Committed r119068: <http://trac.webkit.org/changeset/119068>