Add win.getChildWindows() API

This commit is contained in:
Cheng Zhao 2016-06-17 16:57:03 +09:00
parent 22513efd55
commit 6cef29e4ee
3 changed files with 34 additions and 12 deletions

View file

@ -14,10 +14,6 @@
namespace atom {
namespace internal {
} // namespace internal
// Like ES6's WeakMap, but the key is Integer and the value is Weak Pointer.
template<typename K>
class KeyWeakMap {