From 47154aa8b2564ccb72e233a6c3c449c8edb53001 Mon Sep 17 00:00:00 2001 From: Dan Carney Date: Mon, 9 Mar 2015 10:49:09 +0100 Subject: [PATCH] add V8_DEPRECATE_SOON macros to make it easier to identify calls which need deprecation BUG= R=svenpanne@chromium.org Review URL: https://codereview.chromium.org/990873002 Cr-Commit-Position: refs/heads/master@{#27061} --- include/v8.h | 389 +++++++++++++++++++++++++++-------------------------- include/v8config.h | 4 + 2 files changed, 201 insertions(+), 192 deletions(-) diff --git a/include/v8.h b/include/v8.h index 446ba87..670a967 100644 --- a/include/v8.h +++ b/include/v8.h @@ -1074,24 +1074,24 @@ class V8_EXPORT Script { /** * A shorthand for ScriptCompiler::Compile(). */ - // TODO(dcarney): deprecate. - static Local