mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Fix comment describing nsBlockFrame.
This commit is contained in:
parent
649a799ea2
commit
d741ff81b0
@ -42,8 +42,8 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
/*
|
||||
* rendering object for CSS display:block and display:list-item objects,
|
||||
* also used inside table cells
|
||||
* rendering object for CSS display:block, inline-block, and list-item
|
||||
* boxes, also used for various anonymous boxes
|
||||
*/
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
|
@ -37,8 +37,8 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
/*
|
||||
* rendering object for CSS display:block and display:list-item objects,
|
||||
* also used inside table cells
|
||||
* rendering object for CSS display:block, inline-block, and list-item
|
||||
* boxes, also used for various anonymous boxes
|
||||
*/
|
||||
|
||||
#ifndef nsBlockFrame_h___
|
||||
|
Loading…
Reference in New Issue
Block a user