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

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

Issue 18033004: WebCrypto: Add WebKit API structure for keys. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master Created 7 years, 5 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/modules/crypto/Key.idl ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/WorkerCrypto.h
diff --git a/Source/modules/crypto/WorkerCrypto.h b/Source/modules/crypto/WorkerCrypto.h
index 5bbb3f5d39eba918f40aab6f91439d3993547e81..2b72aba570ab975dac5e0c1c15bfd36d840c769e 100644
--- a/Source/modules/crypto/WorkerCrypto.h
+++ b/Source/modules/crypto/WorkerCrypto.h
@@ -38,8 +38,6 @@
namespace WebCore {
-typedef int ExceptionCode;
-
class WorkerCrypto : public ScriptWrappable, public RefCounted<WorkerCrypto> {
public:
static PassRefPtr<WorkerCrypto> create() { return adoptRef(new WorkerCrypto()); }
« no previous file with comments | « Source/modules/crypto/Key.idl ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698