| Index: third_party/WebKit/Source/platform/HostWindow.h
|
| diff --git a/third_party/WebKit/Source/platform/HostWindow.h b/third_party/WebKit/Source/platform/HostWindow.h
|
| index f3b5934d626f33f76d932879fd14e933f406676c..97e661ab34b8dc840883a254043511073ec85e3d 100644
|
| --- a/third_party/WebKit/Source/platform/HostWindow.h
|
| +++ b/third_party/WebKit/Source/platform/HostWindow.h
|
| @@ -36,9 +36,8 @@ class IntRect;
|
| class Widget;
|
| struct WebScreenInfo;
|
|
|
| -class PLATFORM_EXPORT HostWindow : public NoBaseWillBeGarbageCollectedFinalized<HostWindow> {
|
| +class PLATFORM_EXPORT HostWindow : public GarbageCollectedFinalized<HostWindow> {
|
| WTF_MAKE_NONCOPYABLE(HostWindow);
|
| - USING_FAST_MALLOC_WILL_BE_REMOVED(HostWindow);
|
| public:
|
| HostWindow() { }
|
| virtual ~HostWindow() { }
|
|
|