Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1480)

Unified Diff: Source/core/workers/WorkerEventQueue.h

Issue 134213006: Update worker classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/workers/WorkerEventQueue.h
diff --git a/Source/core/workers/WorkerEventQueue.h b/Source/core/workers/WorkerEventQueue.h
index 6a669019fd68df8a48de9c70eac16e457e9d8119..cdbd1694064ce0bb2bfeed3088a6aa30d8ae0d63 100644
--- a/Source/core/workers/WorkerEventQueue.h
+++ b/Source/core/workers/WorkerEventQueue.h
@@ -39,7 +39,7 @@ class Event;
class Node;
class ExecutionContext;
-class WorkerEventQueue : public EventQueue {
+class WorkerEventQueue FINAL : public EventQueue {
WTF_MAKE_FAST_ALLOCATED;
public:

Powered by Google App Engine
This is Rietveld 408576698