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

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

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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.h b/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.h
index 12864366247a9447253dc4e6316a8c51081fe899..71578da8b0c9c2e655dcd5ad8c9925592895a14c 100644
--- a/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.h
+++ b/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.h
@@ -23,7 +23,7 @@ class Dictionary;
class CORE_EXPORT OnStackObjectChecker final {
WTF_MAKE_NONCOPYABLE(OnStackObjectChecker);
public:
- OnStackObjectChecker() { }
+ OnStackObjectChecker();
~OnStackObjectChecker();
void add(Dictionary*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698