зеркало из https://github.com/mozilla/gecko-dev.git
Fix small merge resolution error in 60ebef177e6d. r=me
This commit is contained in:
Родитель
ff35cfed1c
Коммит
a507ca8e3e
|
@ -460,8 +460,7 @@ nsAppShell::ProcessNextNativeEvent(bool mayWait)
|
|||
|
||||
nsTArray<nsIntPoint> points = curEvent->Points();
|
||||
NS_ASSERTION(points.Length() == 2, "Screenshot event does not have enough coordinates");
|
||||
if (domWindow)
|
||||
bridge->TakeScreenshot(domWindow, 0, 0, points[0].x, points[0].y, points[1].x, points[1].y, curEvent->MetaState(), scale);
|
||||
bridge->TakeScreenshot(domWindow, 0, 0, points[0].x, points[0].y, points[1].x, points[1].y, curEvent->MetaState(), scale);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче