| Index: Source/core/html/HTMLTableElement.cpp
|
| diff --git a/Source/core/html/HTMLTableElement.cpp b/Source/core/html/HTMLTableElement.cpp
|
| index dbf971663b461c800594ae2114898bc52f6061c1..e9145c9312a31903fd0e0ea166be6bfb78d20010 100644
|
| --- a/Source/core/html/HTMLTableElement.cpp
|
| +++ b/Source/core/html/HTMLTableElement.cpp
|
| @@ -414,7 +414,7 @@ void HTMLTableElement::parseAttribute(const QualifiedName& name, const AtomicStr
|
| }
|
| }
|
|
|
| -static StylePropertySet* leakBorderStyle(int value)
|
| +static StylePropertySet* leakBorderStyle(CSSValueID value)
|
| {
|
| RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
|
| style->setProperty(CSSPropertyBorderTopStyle, value);
|
|
|