Index: Source/core/workers/Worker.h |
diff --git a/Source/core/workers/Worker.h b/Source/core/workers/Worker.h |
index 6271fae48eca1b9f11e9778e3d38344ba71c3d0c..1f1067bdd2663de34797b3c710e1a5cf73a7bad9 100644 |
--- a/Source/core/workers/Worker.h |
+++ b/Source/core/workers/Worker.h |
@@ -46,7 +46,7 @@ class ExecutionContext; |
class WorkerGlobalScopeProxy; |
class WorkerScriptLoader; |
-class Worker : public AbstractWorker, public ScriptWrappable, private WorkerScriptLoaderClient { |
+class Worker FINAL : public AbstractWorker, public ScriptWrappable, private WorkerScriptLoaderClient { |
public: |
static PassRefPtr<Worker> create(ExecutionContext*, const String& url, ExceptionState&); |
virtual ~Worker(); |