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

Unified Diff: Source/core/speech/SpeechInputResult.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/SpeechInputResult.idl
diff --git a/Source/core/speech/SpeechInputResult.idl b/Source/core/speech/SpeechInputResult.idl
index bc2d4097aac368fc85150dc106484c198ceb791c..1b08612f856ce8c11331100af7e8291c96f0d80f 100644
--- a/Source/core/speech/SpeechInputResult.idl
+++ b/Source/core/speech/SpeechInputResult.idl
@@ -24,6 +24,7 @@
*/
[
+ WillBeGarbageCollected,
NoInterfaceObject,
Conditional=INPUT_SPEECH
] interface SpeechInputResult {

Powered by Google App Engine
This is Rietveld 408576698