зеркало из https://github.com/mozilla/gecko-dev.git
Part of composer table edit work (bug 20973): Return NS_TABLELAYOUT_CELL_NOT_FOUND instead of error when a cell isn't found at a cellmap location. r=mjudge.
This commit is contained in:
Родитель
c8d92158af
Коммит
85789e20af
|
@ -4496,7 +4496,7 @@ CELL_FOUND:
|
|||
col = 0;
|
||||
}
|
||||
}
|
||||
return NS_ERROR_FAILURE; // Some other error
|
||||
return NS_TABLELAYOUT_CELL_NOT_FOUND; // We didn't find a cell
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -4496,7 +4496,7 @@ CELL_FOUND:
|
|||
col = 0;
|
||||
}
|
||||
}
|
||||
return NS_ERROR_FAILURE; // Some other error
|
||||
return NS_TABLELAYOUT_CELL_NOT_FOUND; // We didn't find a cell
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче