| Index: third_party/WebKit/Source/web/WebFrameImplBase.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameImplBase.h b/third_party/WebKit/Source/web/WebFrameImplBase.h
|
| index 033ef5b6ff5de3eff32740e2a0c257949f5113ef..3f7e812640739a6a5ab4ba5f3ffd0abc94f97a55 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameImplBase.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameImplBase.h
|
| @@ -27,7 +27,7 @@ class FrameOwner;
|
| // implementation as an instance of the base class, but has no inheritance
|
| // relationship with it. The cost is a virtual indirection, but this is nicer
|
| // than the previous manual dispatch emulating real virtual dispatch.
|
| -class WebFrameImplBase : public RefCountedWillBeGarbageCollectedFinalized<WebFrameImplBase> {
|
| +class WebFrameImplBase : public GarbageCollectedFinalized<WebFrameImplBase> {
|
| public:
|
| virtual ~WebFrameImplBase();
|
|
|
|
|