Commit 96f7a81c authored by tkent@chromium.org's avatar tkent@chromium.org

Oilpan: Fix build broken by r175995.

TypeConversions class needs to be GarbageCollectedFinalized because new String
member needs finalization.

BUG=
TBR=oilpan-reviews@chromium.org

Review URL: https://codereview.chromium.org/326423006

git-svn-id: svn://svn.chromium.org/blink/trunk@176008 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3b77b5a8
......@@ -32,7 +32,7 @@
namespace WebCore {
class TypeConversions : public RefCountedWillBeGarbageCollected<TypeConversions> {
class TypeConversions : public RefCountedWillBeGarbageCollectedFinalized<TypeConversions> {
public:
static PassRefPtrWillBeRawPtr<TypeConversions> create()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment