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

Unified Diff: Source/core/testing/TypeConversions.h

Issue 326423006: Oilpan: Fix build broken by r175995. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/TypeConversions.h
diff --git a/Source/core/testing/TypeConversions.h b/Source/core/testing/TypeConversions.h
index ec5dd446780b9da4b1e6ca43f66683f963679ff3..bce8ed315878c08c880c4740a20772ffb2e152f7 100644
--- a/Source/core/testing/TypeConversions.h
+++ b/Source/core/testing/TypeConversions.h
@@ -32,7 +32,7 @@
namespace WebCore {
-class TypeConversions : public RefCountedWillBeGarbageCollected<TypeConversions> {
+class TypeConversions : public RefCountedWillBeGarbageCollectedFinalized<TypeConversions> {
public:
static PassRefPtrWillBeRawPtr<TypeConversions> create()
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698