Remove dangerous constructor from CompilationInfoWithZone.
authormstarzinger <mstarzinger@chromium.org>
Mon, 23 Mar 2015 17:30:38 +0000 (10:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 23 Mar 2015 17:30:45 +0000 (17:30 +0000)
commit7421c7f5989b6e6df98e47eeb3d499c3b9511cbe
tree4c2d764d9c81151ecc7dbb3f753849e3048a6a34
parentf42e09aef25afa0ec7e83d006a987eeb44f6474f
Remove dangerous constructor from CompilationInfoWithZone.

This removes the stub-based constructor from CompilationInfoWithZone
as this class is more than a pure convenience class and only by chance
doesn't have an effect in the destructor.

R=titzer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27376}
src/code-stubs-hydrogen.cc
src/compiler.h
test/cctest/compiler/test-instruction.cc
test/cctest/compiler/test-linkage.cc