Index: Source/modules/serviceworkers/NavigatorServiceWorker.h |
diff --git a/Source/modules/serviceworkers/NavigatorServiceWorker.h b/Source/modules/serviceworkers/NavigatorServiceWorker.h |
index c1e60e5fbabbb007361da9e5a8fac38dcbd5767e..753b16e61b6e99560ca35b5d06a7088ea9e38e82 100644 |
--- a/Source/modules/serviceworkers/NavigatorServiceWorker.h |
+++ b/Source/modules/serviceworkers/NavigatorServiceWorker.h |
@@ -45,7 +45,7 @@ namespace WebCore { |
class ExceptionState; |
class Navigator; |
-class NavigatorServiceWorker : public Supplement<Navigator>, DOMWindowProperty { |
+class NavigatorServiceWorker FINAL : public Supplement<Navigator>, DOMWindowProperty { |
public: |
virtual ~NavigatorServiceWorker(); |
static NavigatorServiceWorker* from(Navigator*); |