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

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

Issue 169343002: [WIP]Add WebPrivateHeapPtr and use it for speech platform layer. (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698