| Index: sky/engine/web/WebLeakDetector.cpp
|
| diff --git a/sky/engine/web/WebLeakDetector.cpp b/sky/engine/web/WebLeakDetector.cpp
|
| index 04549452d0ebb62ce6077521b4c602f5c45c5763..e91f5689c717841b7e75b2578d7e4b89d9bc56d8 100644
|
| --- a/sky/engine/web/WebLeakDetector.cpp
|
| +++ b/sky/engine/web/WebLeakDetector.cpp
|
| @@ -53,7 +53,7 @@ namespace {
|
| // Please see comment in Heap::collectAllGarbage()
|
| static const int kNumberOfGCsToClaimChains = 5;
|
|
|
| -class WebLeakDetectorImpl FINAL : public WebLeakDetector {
|
| +class WebLeakDetectorImpl final : public WebLeakDetector {
|
| WTF_MAKE_NONCOPYABLE(WebLeakDetectorImpl);
|
| public:
|
| explicit WebLeakDetectorImpl(WebLeakDetectorClient* client)
|
|
|