Commit d70d30ba authored by eroman@chromium.org's avatar eroman@chromium.org

[webcrypto] Remove ifdef that is no longer needed.

BUG=373917
TBR=abarth

Review URL: https://codereview.chromium.org/345593004

git-svn-id: svn://svn.chromium.org/blink/trunk@176471 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 8c7673fc
...@@ -44,9 +44,6 @@ namespace WebCore { class CryptoResult; } ...@@ -44,9 +44,6 @@ namespace WebCore { class CryptoResult; }
namespace WTF { template <typename T> class PassRefPtr; } namespace WTF { template <typename T> class PassRefPtr; }
#endif #endif
// FIXME: Remove once chromium side rolls.
#define WEBCRYPTO_RESULT_ACCEPTS_JSON 1
namespace blink { namespace blink {
class WebArrayBuffer; class WebArrayBuffer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment