mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Changed ParseNumericValue's declaration to match its definition.
This commit is contained in:
parent
182c9af764
commit
fea6bb1b19
@ -383,7 +383,7 @@ public:
|
||||
ExecuteJSCode(nsIDOMElement* anElement);
|
||||
|
||||
// Used with treecol width attributes
|
||||
static PRInt32 ParseNumericValue(const nsString& aString,
|
||||
static PRBool ParseNumericValue(const nsString& aString,
|
||||
PRInt32& aIntValue,
|
||||
float& aFloatValue,
|
||||
nsHTMLUnit& aValueUnit);
|
||||
|
@ -383,7 +383,7 @@ public:
|
||||
ExecuteJSCode(nsIDOMElement* anElement);
|
||||
|
||||
// Used with treecol width attributes
|
||||
static PRInt32 ParseNumericValue(const nsString& aString,
|
||||
static PRBool ParseNumericValue(const nsString& aString,
|
||||
PRInt32& aIntValue,
|
||||
float& aFloatValue,
|
||||
nsHTMLUnit& aValueUnit);
|
||||
|
@ -383,7 +383,7 @@ public:
|
||||
ExecuteJSCode(nsIDOMElement* anElement);
|
||||
|
||||
// Used with treecol width attributes
|
||||
static PRInt32 ParseNumericValue(const nsString& aString,
|
||||
static PRBool ParseNumericValue(const nsString& aString,
|
||||
PRInt32& aIntValue,
|
||||
float& aFloatValue,
|
||||
nsHTMLUnit& aValueUnit);
|
||||
|
Loading…
Reference in New Issue
Block a user