diff options
-rw-r--r-- | chrome/renderer/extensions/object_backed_native_handler.cc | 3 | ||||
-rw-r--r-- | chrome/renderer/extensions/v8_schema_registry.cc | 3 | ||||
-rw-r--r-- | content/shell/renderer/test_runner/web_ax_object_proxy.cc | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/chrome/renderer/extensions/object_backed_native_handler.cc b/chrome/renderer/extensions/object_backed_native_handler.cc index b8eb9cb..5496f48 100644 --- a/chrome/renderer/extensions/object_backed_native_handler.cc +++ b/chrome/renderer/extensions/object_backed_native_handler.cc @@ -2,9 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// TODO(dcarney): Remove this when UnsafePersistent is removed. -#define V8_ALLOW_ACCESS_TO_RAW_HANDLE_CONSTRUCTOR - #include "chrome/renderer/extensions/object_backed_native_handler.h" #include "base/logging.h" diff --git a/chrome/renderer/extensions/v8_schema_registry.cc b/chrome/renderer/extensions/v8_schema_registry.cc index 5b080e3..7a0975b 100644 --- a/chrome/renderer/extensions/v8_schema_registry.cc +++ b/chrome/renderer/extensions/v8_schema_registry.cc @@ -2,9 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// TODO(dcarney): Remove this when UnsafePersistent is removed. -#define V8_ALLOW_ACCESS_TO_RAW_HANDLE_CONSTRUCTOR - #include "chrome/renderer/extensions/v8_schema_registry.h" #include "base/logging.h" diff --git a/content/shell/renderer/test_runner/web_ax_object_proxy.cc b/content/shell/renderer/test_runner/web_ax_object_proxy.cc index 6f9a85f..ac8c2a1 100644 --- a/content/shell/renderer/test_runner/web_ax_object_proxy.cc +++ b/content/shell/renderer/test_runner/web_ax_object_proxy.cc @@ -2,9 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// TODO(hajimehoshi): Remove this when UnsafePersistent is removed. -#define V8_ALLOW_ACCESS_TO_RAW_HANDLE_CONSTRUCTOR - #include "content/shell/renderer/test_runner/web_ax_object_proxy.h" #include "base/strings/stringprintf.h" |