| Index: Source/core/loader/ProgressTracker.h
|
| diff --git a/Source/core/loader/ProgressTracker.h b/Source/core/loader/ProgressTracker.h
|
| index 287a9d67df9bccad8dc6faf0fa7e25bd69d6a569..559d06b578068163a4e273471e79164f0601ebf1 100644
|
| --- a/Source/core/loader/ProgressTracker.h
|
| +++ b/Source/core/loader/ProgressTracker.h
|
| @@ -42,7 +42,7 @@ struct ProgressItem;
|
| // FIXME: This is only used on Android. Android is the only Chrome
|
| // browser which shows a progress bar during loading.
|
| // We should find a better way for Android to get this data and remove this!
|
| -class ProgressTracker FINAL : public NoBaseWillBeGarbageCollectedFinalized<ProgressTracker> {
|
| +class ProgressTracker final : public NoBaseWillBeGarbageCollectedFinalized<ProgressTracker> {
|
| WTF_MAKE_NONCOPYABLE(ProgressTracker); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| public:
|
| static PassOwnPtrWillBeRawPtr<ProgressTracker> create(LocalFrame*);
|
|
|