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

Unified Diff: Source/web/WorkerGlobalScopeProxyProviderImpl.h

Issue 1230533002: Fix virtual/override/final usage in Source/web/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/web/WebViewImpl.h ('k') | Source/web/tests/FakeWebPlugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WorkerGlobalScopeProxyProviderImpl.h
diff --git a/Source/web/WorkerGlobalScopeProxyProviderImpl.h b/Source/web/WorkerGlobalScopeProxyProviderImpl.h
index 3b4c8148957774850d0d2378fdb3fd9e74d9d580..1f07a7c56c9ebe57d41856ace99222ec789fda2b 100644
--- a/Source/web/WorkerGlobalScopeProxyProviderImpl.h
+++ b/Source/web/WorkerGlobalScopeProxyProviderImpl.h
@@ -49,8 +49,8 @@ public:
return adoptPtrWillBeNoop(new WorkerGlobalScopeProxyProviderImpl());
}
- virtual ~WorkerGlobalScopeProxyProviderImpl() { }
- virtual WorkerGlobalScopeProxy* createWorkerGlobalScopeProxy(Worker*) override;
+ ~WorkerGlobalScopeProxyProviderImpl() override { }
+ WorkerGlobalScopeProxy* createWorkerGlobalScopeProxy(Worker*) override;
DEFINE_INLINE_VIRTUAL_TRACE() { WorkerGlobalScopeProxyProvider::trace(visitor); }
« no previous file with comments | « Source/web/WebViewImpl.h ('k') | Source/web/tests/FakeWebPlugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698