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:
jfrancis%netscape.com
2000-09-20 06:06:39 +00:00
parent 7a445ab2aa
commit 71ca7a0332
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;