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

Unified Diff: Source/modules/crypto/CryptoResult.h

Issue 23479016: Introduce Promise mapping to the IDL generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add hasNoValue Created 7 years, 3 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/dom/Promise.idl ('k') | Source/modules/crypto/CryptoResult.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/CryptoResult.h
diff --git a/Source/modules/crypto/CryptoResult.h b/Source/modules/crypto/CryptoResult.h
index 373a173295e49990d530e4760eee8496a01d1093..da34fa2bb0620e312d37b135e12061bcc168c1e5 100644
--- a/Source/modules/crypto/CryptoResult.h
+++ b/Source/modules/crypto/CryptoResult.h
@@ -31,7 +31,7 @@
#ifndef CryptoResult_h
#define CryptoResult_h
-#include "bindings/v8/ScriptObject.h"
+#include "bindings/v8/ScriptPromise.h"
#include "public/platform/WebCrypto.h"
#include "wtf/Forward.h"
#include "wtf/ThreadSafeRefCounted.h"
@@ -58,7 +58,7 @@ public:
return WebKit::WebCryptoResult(this);
}
- ScriptObject promise();
+ ScriptPromise promise();
private:
CryptoResult();
« no previous file with comments | « Source/core/dom/Promise.idl ('k') | Source/modules/crypto/CryptoResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698