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

Unified Diff: Source/modules/serviceworkers/StashedMessagePort.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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/modules/serviceworkers/StashedMessagePort.h
diff --git a/Source/modules/serviceworkers/StashedMessagePort.h b/Source/modules/serviceworkers/StashedMessagePort.h
index 4d46348618992cf8cd13274255a8c7e8991f2a00..f2b67abfea9c622c27b2b1045078980a0b3b6e31 100644
--- a/Source/modules/serviceworkers/StashedMessagePort.h
+++ b/Source/modules/serviceworkers/StashedMessagePort.h
@@ -22,7 +22,7 @@ class MODULES_EXPORT StashedMessagePort final : public MessagePort {
WTF_MAKE_NONCOPYABLE(StashedMessagePort);
public:
static StashedMessagePort* create(ExecutionContext&, PassOwnPtr<WebMessagePortChannel>, const String& name);
- virtual ~StashedMessagePort();
+ ~StashedMessagePort() override;
static StashedMessagePortArray* toStashedMessagePortArray(ExecutionContext*, const WebMessagePortChannelArray&, const WebVector<WebString>& channelKeys);
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerThread.h ('k') | Source/modules/serviceworkers/StashedPortCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698