Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
This commit is contained in:
@@ -71,8 +71,8 @@ class nsHtml5UTF16Buffer
|
||||
void setStart(PRInt32 start);
|
||||
PRUnichar* getBuffer();
|
||||
PRInt32 getEnd();
|
||||
PRBool hasMore();
|
||||
void adjust(PRBool lastWasCR);
|
||||
bool hasMore();
|
||||
void adjust(bool lastWasCR);
|
||||
void setEnd(PRInt32 end);
|
||||
static void initializeStatics();
|
||||
static void releaseStatics();
|
||||
|
||||
Reference in New Issue
Block a user