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

Unified Diff: third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.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/mediarecorder/MediaRecorder.h
diff --git a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
index a55f2d461e9587650f33f578b8228f083b5eb531..5133beb0e98465661b6b33820c8b75dac9700557 100644
--- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
+++ b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
@@ -73,7 +73,7 @@ class MODULES_EXPORT MediaRecorder final
// SuspendableObject
void suspend() override;
void resume() override;
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
// ScriptWrappable
bool hasPendingActivity() const final { return !m_stopped; }

Powered by Google App Engine
This is Rietveld 408576698