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

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: Created 7 years, 6 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: 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()); }

Powered by Google App Engine
This is Rietveld 408576698