| Index: sky/engine/web/WebLocalFrameImpl.h
|
| diff --git a/sky/engine/web/WebLocalFrameImpl.h b/sky/engine/web/WebLocalFrameImpl.h
|
| index caeba8ce7f9ce00e31d2de8a18de70f0ffba0d2e..57e6132ceabe976cea109a4c1993cfb367afac53 100644
|
| --- a/sky/engine/web/WebLocalFrameImpl.h
|
| +++ b/sky/engine/web/WebLocalFrameImpl.h
|
| @@ -54,7 +54,7 @@ class WebViewImpl;
|
| template <typename T> class WebVector;
|
|
|
| // Implementation of WebFrame, note that this is a reference counted object.
|
| -class WebLocalFrameImpl FINAL
|
| +class WebLocalFrameImpl final
|
| : public WebLocalFrame
|
| , public RefCounted<WebLocalFrameImpl> {
|
| public:
|
|
|