| Index: third_party/WebCore/Modules/speech/SpeechRecognitionResult.idl
|
| diff --git a/third_party/WebCore/Modules/speech/SpeechRecognitionResult.idl b/third_party/WebCore/Modules/speech/SpeechRecognitionResult.idl
|
| index 3f912621c0d7134c6b94fee8841a8c1e5960fe4c..b3356c15d76578c83cef9b9f81e1cd28785a81f9 100644
|
| --- a/third_party/WebCore/Modules/speech/SpeechRecognitionResult.idl
|
| +++ b/third_party/WebCore/Modules/speech/SpeechRecognitionResult.idl
|
| @@ -26,11 +26,14 @@
|
| module core {
|
| interface [
|
| Conditional=SCRIPTED_SPEECH,
|
| - IndexedGetter
|
| + CustomIsReachable,
|
| + IndexedGetter,
|
| + V8DependentLifetime
|
| ] SpeechRecognitionResult {
|
| readonly attribute unsigned long length;
|
| SpeechRecognitionAlternative item(in [IsIndex] unsigned long index);
|
| readonly attribute boolean final;
|
| + readonly attribute Document emma;
|
| };
|
| }
|
|
|
|
|