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

Unified Diff: Source/modules/serviceworkers/ExtendableEvent.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/ExtendableEvent.h
diff --git a/Source/modules/serviceworkers/ExtendableEvent.h b/Source/modules/serviceworkers/ExtendableEvent.h
index 49a25b436f968705cdf63b09beaaacf324416193..585bc85111c35225324508c5775778f413fcca3e 100644
--- a/Source/modules/serviceworkers/ExtendableEvent.h
+++ b/Source/modules/serviceworkers/ExtendableEvent.h
@@ -47,11 +47,11 @@ public:
static PassRefPtrWillBeRawPtr<ExtendableEvent> create(const AtomicString& type, const ExtendableEventInit&);
static PassRefPtrWillBeRawPtr<ExtendableEvent> create(const AtomicString& type, const ExtendableEventInit&, WaitUntilObserver*);
- virtual ~ExtendableEvent();
+ ~ExtendableEvent() override;
void waitUntil(ScriptState*, const ScriptValue&, ExceptionState&);
- virtual const AtomicString& interfaceName() const override;
+ const AtomicString& interfaceName() const override;
DECLARE_VIRTUAL_TRACE();
protected:
« no previous file with comments | « Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h ('k') | Source/modules/serviceworkers/FetchEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698