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

Unified Diff: core/dom/Promise.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/dom/ProcessingInstruction.idl ('k') | core/dom/WebKitAnimationEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/Promise.idl
diff --git a/core/dom/Promise.idl b/core/dom/Promise.idl
index 255086626952cf82874cfa0ce66d30d0630cfd67..d2fa8643a6278ac43961d2ac3e1f601e8aa02612 100644
--- a/core/dom/Promise.idl
+++ b/core/dom/Promise.idl
@@ -28,6 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// FIXME: |PromiseValue| should be changed to |Promise|. http://crbug.com/266700
+// IDLs using |Promise| should be written with "typedef any PromiseValue;" and |PromiseValue|.
+
callback PromiseInit = void (PromiseResolver resolver);
callback AnyCallback = any (optional any value);
[
« no previous file with comments | « core/dom/ProcessingInstruction.idl ('k') | core/dom/WebKitAnimationEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698