Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/speech/SpeechSynthesis.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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl
diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl
index 17fa33a736f64e2450440b4f88055fca69b4729c..1935face7587fda1f1ae695bbdbde341c853b86d 100644
--- a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl
+++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl
@@ -24,7 +24,6 @@
*/
[
- GarbageCollected,
NoInterfaceObject
] interface SpeechSynthesis : EventTarget {
readonly attribute boolean pending;

Powered by Google App Engine