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

Unified Diff: third_party/WebKit/Source/modules/mediastream/RTCCertificate.idl

Issue 1873323002: Have bindings layer assume and insist that all interface types are GCed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 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/mediastream/RTCCertificate.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/RTCCertificate.idl b/third_party/WebKit/Source/modules/mediastream/RTCCertificate.idl
index b6e9a4af5b417a60cfa353aa874caf539ef59b6f..424bbe7c6ac5e1858279ad2a9bfc754599b72356 100644
--- a/third_party/WebKit/Source/modules/mediastream/RTCCertificate.idl
+++ b/third_party/WebKit/Source/modules/mediastream/RTCCertificate.idl
@@ -30,7 +30,6 @@
// https://w3c.github.io/webrtc-pc/#rtccertificate-interface
[
- GarbageCollected,
] interface RTCCertificate {
// The expiration time in ms relative to epoch, 1970-01-01T00:00:00Z.
readonly attribute DOMTimeStamp expires;

Powered by Google App Engine
This is Rietveld 408576698