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

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

Issue 2656343002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Few more 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
Index: third_party/WebKit/Source/modules/speech/SpeechGrammar.idl
diff --git a/third_party/WebKit/Source/modules/speech/SpeechGrammar.idl b/third_party/WebKit/Source/modules/speech/SpeechGrammar.idl
index c16aedc0e0f0918349439aa9dd9ae566aba72ab8..44a6c5fa918e5434c5d0ba398ef5015fc8c9bd2f 100644
--- a/third_party/WebKit/Source/modules/speech/SpeechGrammar.idl
+++ b/third_party/WebKit/Source/modules/speech/SpeechGrammar.idl
@@ -29,6 +29,6 @@
Constructor,
NoInterfaceObject,
] interface SpeechGrammar {
- [URL,CallWith=ExecutionContext] attribute DOMString src;
+ [URL,CallWith=ScriptState] attribute DOMString src;
attribute float weight;
};
« no previous file with comments | « third_party/WebKit/Source/modules/speech/SpeechGrammar.cpp ('k') | third_party/WebKit/Source/web/StorageQuotaClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698