Declare deleted copy constructor and assignment operator of v8::Global to take const...
authorulan <ulan@chromium.org>
Tue, 21 Jul 2015 15:53:11 +0000 (08:53 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Jul 2015 15:53:25 +0000 (15:53 +0000)
commit7f6012c093ab12ab6e215d9bec8d3eaaa5dd9ce0
treeba73293e296c9c0d4df8b5dda04f691c572a32be
parentbb3bb6b773dc91741f9386fca433b81ec02c72c6
Declare deleted copy constructor and assignment operator of v8::Global to take const parameters.

This is required in order for Globals to be stored in STL containers.

Patch from Aaron Link <aaronlink@google.com>

BUG=

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

Cr-Commit-Position: refs/heads/master@{#29776}
include/v8.h