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

Unified Diff: third_party/WebKit/Source/core/testing/DictionaryTest.idl

Issue 2616923002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Fix errors 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/core/testing/DictionaryTest.idl
diff --git a/third_party/WebKit/Source/core/testing/DictionaryTest.idl b/third_party/WebKit/Source/core/testing/DictionaryTest.idl
index d244022a95d2d3e2727cbffdff641db0a970aaf4..e1cddf7ce3f4dd796f4b4eaffbf434fa0dc3b37a 100644
--- a/third_party/WebKit/Source/core/testing/DictionaryTest.idl
+++ b/third_party/WebKit/Source/core/testing/DictionaryTest.idl
@@ -13,5 +13,5 @@ interface DictionaryTest {
void setDerivedDerived(InternalDictionaryDerivedDerived derived);
InternalDictionaryDerivedDerived getDerivedDerived();
- [CallWith=ExecutionContext, RaisesException] DOMString stringFromIterable(Dictionary iterableDictionary);
+ [CallWith=ScriptState, RaisesException] DOMString stringFromIterable(Dictionary iterableDictionary);
};

Powered by Google App Engine
This is Rietveld 408576698