No description
Find a file
Cheng Zhao ea07d4c6c8 Leak Wrappable's template
Since it is declared as static variable it will be released
automatically when process exits, which causes crashes in
renderer process because the template will then be released
later than V8 is closed.

This commit simply leaks the template so the crash won't happen,
this leak should be fine since leaking resource on exit is not
a bad thing.
2016-05-10 16:07:04 +09:00
native_mate Leak Wrappable's template 2016-05-10 16:07:04 +09:00
script Use pump to generate source files. 2014-08-10 16:59:50 +08:00
.gitignore Add .gitignore. 2014-06-23 21:50:00 +08:00
LICENSE Initial commit. 2014-04-15 11:04:36 +08:00
LICENSE.chromium Initial commit. 2014-04-15 11:04:36 +08:00
native_mate_files.gypi Remove locker.h 2015-08-07 19:32:27 +08:00