No need to get BrowserContext from NativeWindow

This commit is contained in:
Cheng Zhao 2018-03-06 15:32:00 +09:00
parent 702f1631a3
commit 8bbe28e998
2 changed files with 2 additions and 7 deletions

View file

@ -990,7 +990,6 @@ NativeWindowMac::NativeWindowMac(
NativeWindowMac::~NativeWindowMac() {
[NSEvent removeMonitor:wheel_event_monitor_];
Observe(nullptr);
}
void NativeWindowMac::Close() {