Add api for "remove" to WKMutableDictionary
https://bugs.webkit.org/show_bug.cgi?id=56157 Reviewed by Sam Weinig. * Shared/API/c/WKMutableDictionary.cpp: (WKDictionaryRemoveItem): Added; call remove on MutableDictionary impl. * Shared/API/c/WKMutableDictionary.h: * Shared/MutableDictionary.cpp: (WebKit::MutableDictionary::remove): Added; call remove on the underlying hashmap. * Shared/MutableDictionary.h: git-svn-id: svn://svn.chromium.org/blink/trunk@80920 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment