fixing prob with getting branch in sync with tip
git-svn-id: svn://10.0.0.236/branches/NOXIF_20000911_BRANCH@79604 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -174,7 +174,7 @@ nsROCSSPrimitiveValue::SetCssText(const nsAReadableString& aCssText)
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsROCSSPrimitiveValue::GetValueType(PRUint16* aValueType)
|
||||
nsROCSSPrimitiveValue::GetCssValueType(PRUint16* aValueType)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aValueType);
|
||||
*aValueType = nsIDOMCSSValue::CSS_PRIMITIVE_VALUE;
|
||||
|
||||
@@ -174,7 +174,7 @@ nsROCSSPrimitiveValue::SetCssText(const nsAReadableString& aCssText)
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsROCSSPrimitiveValue::GetValueType(PRUint16* aValueType)
|
||||
nsROCSSPrimitiveValue::GetCssValueType(PRUint16* aValueType)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aValueType);
|
||||
*aValueType = nsIDOMCSSValue::CSS_PRIMITIVE_VALUE;
|
||||
|
||||
Reference in New Issue
Block a user