From 4a7991321d9ddd575911359affa2d63b830beab9 Mon Sep 17 00:00:00 2001 From: "svenpanne@chromium.org" Date: Thu, 7 Mar 2013 11:30:36 +0000 Subject: [PATCH] Enable deprecations again. Review URL: https://codereview.chromium.org/12590003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13855 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- include/v8.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/v8.h b/include/v8.h index 1426f57..1a35b3a 100644 --- a/include/v8.h +++ b/include/v8.h @@ -38,8 +38,6 @@ #ifndef V8_H_ #define V8_H_ -// TODO(svenpanne) Remove me when the Chrome bindings are adapted. -#define V8_DISABLE_DEPRECATIONS 1 // TODO(dcarney): Remove once Latin-1 transitions in WebKit has stuck. #define V8_ONE_BYTE_STRINGS_ENABLED 1 -- 2.7.4