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

Unified Diff: Source/core/testing/Internals.idl

Issue 273683006: ScriptPromise should understand the ScriptState from which the ScriptPromise is generated (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | « Source/core/testing/Internals.cpp ('k') | Source/modules/imagebitmap/ImageBitmapFactories.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index 07bd1b2b9962eb147d57fb29e00d25405dd05223..b307c9c8a4dd96e842ecb2131bbb2fa615613777 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -272,9 +272,9 @@
[RaisesException] void setShouldRevealPassword(Element element, boolean reveal);
- [CallWith=ExecutionContext] Promise createPromise();
- [CallWith=ExecutionContext] Promise createResolvedPromise(any value);
- [CallWith=ExecutionContext] Promise createRejectedPromise(any reason);
+ [CallWith=ScriptState] Promise createPromise();
+ [CallWith=ScriptState] Promise createResolvedPromise(any value);
+ [CallWith=ScriptState] Promise createRejectedPromise(any reason);
[CallWith=ExecutionContext] Promise addOneToPromise(Promise promise);
void setValueForUser(Element element, DOMString value);
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/modules/imagebitmap/ImageBitmapFactories.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698