Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp

Issue 1999343002: Unify and provide one IsGarbageCollectedType<T> implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp b/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp
index 49e6b86d71e7df177dd7bb9cc0f946deb12e1250..31681016613f08d68e35b06b3e21f7f1db39fa3d 100644
--- a/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp
@@ -10,6 +10,10 @@
namespace blink {
#if ENABLE(ASSERT)
+OnStackObjectChecker::OnStackObjectChecker()
+{
+}
+
OnStackObjectChecker::~OnStackObjectChecker()
{
// All dictionaries must be removed before the checker is destructed.

Powered by Google App Engine
This is Rietveld 408576698