Chromium Code Reviews

Unified Diff: Source/core/speech/SpeechInputResultList.idl

Issue 170423004: Add Oilpan transition types for core/speech. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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: Source/core/speech/SpeechInputResultList.idl
diff --git a/Source/core/speech/SpeechInputResultList.idl b/Source/core/speech/SpeechInputResultList.idl
index 1983aed5017f6192bb05a5e6ac76ddd4dd2e2d6c..878c5a6a049bde651d5e5069d20df3ad3f71763a 100644
--- a/Source/core/speech/SpeechInputResultList.idl
+++ b/Source/core/speech/SpeechInputResultList.idl
@@ -24,6 +24,7 @@
*/
[
+ WillBeGarbageCollected,
NoInterfaceObject,
Conditional=INPUT_SPEECH
] interface SpeechInputResultList {

Powered by Google App Engine