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

Unified Diff: third_party/WebCore/Modules/speech/SpeechRecognitionResult.idl

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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: 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;
};
}

Powered by Google App Engine
This is Rietveld 408576698