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

Unified Diff: third_party/WebKit/Source/modules/webmidi/MIDIAccess.h

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 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: third_party/WebKit/Source/modules/webmidi/MIDIAccess.h
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIAccess.h b/third_party/WebKit/Source/modules/webmidi/MIDIAccess.h
index 8b23ad510093b6d3a00400df059d636b6df34ff4..9d3155b104803851b490d1bea305e06226dc157c 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIAccess.h
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIAccess.h
@@ -90,7 +90,7 @@ class MIDIAccess final : public EventTargetWithInlineData,
bool hasPendingActivity() const final;
// ContextLifecycleObserver
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
// MIDIAccessorClient
void didAddInputPort(const String& id,

Powered by Google App Engine
This is Rietveld 408576698