lint fix 📝

This commit is contained in:
Heilig Benedek 2017-04-12 20:54:03 +02:00
parent c54f7f2a8d
commit 3b94d268eb
3 changed files with 13 additions and 13 deletions

View file

@ -359,7 +359,7 @@ mate::Handle<NativeImage> NativeImage::Resize(
bool width_set = options.GetInteger("width", &width);
bool height_set = options.GetInteger("height", &height);
size.SetSize(width, height);
isolate_->AdjustAmountOfExternalAllocatedMemory(
(width_set * height_set - width * height) * 4);