Remove CompilationInfoWithZone from public API.
authormstarzinger <mstarzinger@chromium.org>
Tue, 24 Mar 2015 14:17:05 +0000 (07:17 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 24 Mar 2015 14:17:17 +0000 (14:17 +0000)
commit1fefa31df6040ee4761c7d184f7f421384f05b49
treea34aff8520608a5ffd459743bf57565db44c8499
parent125d31ecfd0bbcd61eb640f6eedfc5d90603ce45
Remove CompilationInfoWithZone from public API.

This removes the CompilationInfoWithZone class from the header file
because it is more than a pure convenience class and shouldn't be used
outside of the compiler at all.

R=titzer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27411}
src/compiler.cc
src/compiler.h
src/compiler/js-inlining.cc
test/cctest/compiler/function-tester.h
test/cctest/compiler/test-linkage.cc
test/cctest/compiler/test-pipeline.cc
test/cctest/compiler/test-run-stubs.cc