зеркало из https://github.com/mozilla/gecko-dev.git
Bug 762948 - follow up to remove Windows line endings. r=nobug DONTBUILD
This commit is contained in:
Родитель
ee7008ffd6
Коммит
8efcc81190
|
@ -6807,10 +6807,10 @@ nsWindow::SetupKeyModifiersSequence(nsTArray<KeyPair>* aArray, PRUint32 aModifie
|
|||
}
|
||||
}
|
||||
|
||||
static BOOL WINAPI EnumFirstChild(HWND hwnd, LPARAM lParam)
|
||||
{
|
||||
*((HWND*)lParam) = hwnd;
|
||||
return FALSE;
|
||||
static BOOL WINAPI EnumFirstChild(HWND hwnd, LPARAM lParam)
|
||||
{
|
||||
*((HWND*)lParam) = hwnd;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static void InvalidatePluginAsWorkaround(nsWindow *aWindow, const nsIntRect &aRect)
|
||||
|
|
Загрузка…
Ссылка в новой задаче