X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebKit%2FUIProcess%2FGenericCallback.h;h=ef5f8ded1c64bf754f1b765fd314fc4411ff8b37;hp=f90533e3f4dcb9fcf2b942b7b4fec11d201e2353;hb=302e302d179b251d99a09580b97a65495f4d4ba6;hpb=b343bb6c1007b4c5306cbebb3f914b30b4763f73 diff --git a/Source/WebKit/UIProcess/GenericCallback.h b/Source/WebKit/UIProcess/GenericCallback.h index f90533e..ef5f8de 100644 --- a/Source/WebKit/UIProcess/GenericCallback.h +++ b/Source/WebKit/UIProcess/GenericCallback.h @@ -195,14 +195,6 @@ public: return put(WTFMove(callback)); } - // FIXME: WebCookieManagerProxy should pass in BackgroundActivityToken - template - CallbackID put(Function&& function) - { - auto callback = GenericCallbackType::type::create(WTFMove(function)); - return put(WTFMove(callback)); - } - template RefPtr take(CallbackID callbackID) {