mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 197b12188f3a (bug 893973) for causing bug 9000007
This commit is contained in:
parent
49f1190f5e
commit
e4c675b65d
@ -5223,9 +5223,8 @@ static int32_t RoundUp(double aDouble)
|
||||
if (mGeckoChild && mTextInputHandler && mTextInputHandler->IsFocused()) {
|
||||
#ifdef MOZ_CRASHREPORTER
|
||||
NSWindow* window = [self window];
|
||||
NSString* info = [NSString stringWithFormat:@"\nview [%@], window [%@], key event [%@], window is key %i, is fullscreen %i, is zoomed %i, app is active %i",
|
||||
self, window, theEvent, [window isKeyWindow], ([window styleMask] & (1 << 14)) != 0,
|
||||
[window isZoomed], [NSApp isActive]];
|
||||
NSString* info = [NSString stringWithFormat:@"view [%@], window [%@], key event [%@], window is key %i, app is active %i",
|
||||
self, window, theEvent, [window isKeyWindow], [NSApp isActive]];
|
||||
nsAutoCString additionalInfo([info UTF8String]);
|
||||
#endif
|
||||
if (mIsPluginView) {
|
||||
|
Loading…
Reference in New Issue
Block a user