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

Unified Diff: core/html/MediaError.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/html/MediaController.idl ('k') | core/html/MediaKeyError.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/MediaError.idl
diff --git a/core/html/MediaError.idl b/core/html/MediaError.idl
index 0d8b10087fb60b98ebb397eec3892c31ee84d7a7..712251da1fb712b563d20cf115acf9617968ddc2 100644
--- a/core/html/MediaError.idl
+++ b/core/html/MediaError.idl
@@ -26,8 +26,8 @@
// https://html.spec.whatwg.org/#error-codes
[
+ GarbageCollected,
RuntimeEnabled=Media,
- WillBeGarbageCollected,
] interface MediaError {
const unsigned short MEDIA_ERR_ABORTED = 1;
const unsigned short MEDIA_ERR_NETWORK = 2;
« no previous file with comments | « core/html/MediaController.idl ('k') | core/html/MediaKeyError.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698