Chromium Code Reviews| 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()); } |