| Index: public/platform/WebCryptoKey.h
|
| diff --git a/public/platform/WebCryptoKey.h b/public/platform/WebCryptoKey.h
|
| index 8a48e6b8902a9d21ab82bd62b7d71db8c208be81..300ed6b1e4487141e3d399671f025e6567c39fc5 100644
|
| --- a/public/platform/WebCryptoKey.h
|
| +++ b/public/platform/WebCryptoKey.h
|
| @@ -86,11 +86,6 @@ class WebCryptoKeyHandle;
|
| //
|
| // If WebCryptoKey "isNull()" then it is invalid to call any of the other
|
| // methods on it (other than destruction, assignment, or isNull()).
|
| -//
|
| -// FIXME: Define the interface to use for structured clone.
|
| -// Cloning across a process boundary will need serialization,
|
| -// however cloning for in-process workers could just share the same
|
| -// (threadsafe) handle.
|
| class WebCryptoKey {
|
| public:
|
| ~WebCryptoKey() { reset(); }
|
|
|