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

Unified Diff: third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl

Issue 2610903002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/modules/speech/SpeechGrammarList.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl
diff --git a/third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl b/third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl
index 59388b2c87e4e5a2c317978378ae56b2049163f5..d5db1044279355b31ca7b2110f91757f96227673 100644
--- a/third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl
+++ b/third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl
@@ -31,6 +31,6 @@
] interface SpeechGrammarList {
readonly attribute unsigned long length;
getter SpeechGrammar item(unsigned long index);
- [CallWith=ExecutionContext] void addFromUri(DOMString src, optional float weight);
+ [CallWith=ScriptState] void addFromUri(DOMString src, optional float weight);
void addFromString(DOMString string, optional float weight);
};
« no previous file with comments | « third_party/WebKit/Source/modules/speech/SpeechGrammarList.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698