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

Unified Diff: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h

Issue 2347763002: [Blink, RemotePlayback] Reject the prompt() with OperationError if there's a pending promise for th… (Closed)
Patch Set: Addressed Mounir's comments Created 4 years, 3 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/remoteplayback/RemotePlayback.h
diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
index ead4c4c12459bb4689039784a2abae9bb581c6c3..ac7639ab8c95cc4dd834bfa6a9f3f0f7e486958c 100644
--- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
+++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
@@ -59,7 +59,7 @@ private:
bool m_availability;
HeapVector<Member<RemotePlaybackAvailability>> m_availabilityObjects;
Member<HTMLMediaElement> m_mediaElement;
- HeapVector<Member<ScriptPromiseResolver>> m_promptPromiseResolvers;
+ Member<ScriptPromiseResolver> m_promptPromiseResolver;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698