CpuProfiler: convert List<InlinedFunctionInfo> into std::vector<InlinedFunctionInfo>
authorloislo <loislo@chromium.org>
Mon, 16 Mar 2015 13:41:50 +0000 (06:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 16 Mar 2015 13:41:56 +0000 (13:41 +0000)
commit3e29f36ba43cf9700f191bd1ec454cdcc800339b
treea9f8c1e5d2c3755b239578d67cd94b2989ad32b9
parent567e45a1927c123838ba76e5483ed6177d055275
CpuProfiler: convert List<InlinedFunctionInfo> into std::vector<InlinedFunctionInfo>

this is the first part of https://codereview.chromium.org/1012633002.
mechanical change.

The motivation: the original patch needs to use List of List but list is not copiable.

BUG=chromium:452067
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#27221}
src/compiler.cc
src/compiler.h