Use the correct typedef for the return value of BlinkPlatformImpl::getTraceSamplingState
commit5473f531dbc85dfe719731a14593580a69a61909
authoroysteine <oysteine@chromium.org>
Tue, 21 Apr 2015 18:39:34 +0000 (21 11:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Apr 2015 18:40:45 +0000 (21 18:40 +0000)
treeb5fb6884a345735ee92de78a146fd166ed60370d
parentfaa00d0fd448d3b9361b629b79840bc5afb0ae53
Use the correct typedef for the return value of BlinkPlatformImpl::getTraceSamplingState

This lets us change the Blink-defined value to be an intptr_t instead of long, to fix 64-bit builds crashing when trace sampling is enabled as this value holds a pointer.

Companion Blink change is https://codereview.chromium.org/1099523003/

BUG=465942

Review URL: https://codereview.chromium.org/1099763002

Cr-Commit-Position: refs/heads/master@{#326081}
content/child/blink_platform_impl.cc
content/child/blink_platform_impl.h