diff options
Diffstat (limited to 'src/3rdparty/webkit/WebCore/html/HTMLTableSectionElement.cpp')
-rw-r--r-- | src/3rdparty/webkit/WebCore/html/HTMLTableSectionElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/html/HTMLTableSectionElement.cpp b/src/3rdparty/webkit/WebCore/html/HTMLTableSectionElement.cpp index 900976c..e91a96a 100644 --- a/src/3rdparty/webkit/WebCore/html/HTMLTableSectionElement.cpp +++ b/src/3rdparty/webkit/WebCore/html/HTMLTableSectionElement.cpp @@ -167,7 +167,7 @@ void HTMLTableSectionElement::setVAlign(const String &value) PassRefPtr<HTMLCollection> HTMLTableSectionElement::rows() { - return HTMLCollection::create(this, HTMLCollection::TSectionRows); + return HTMLCollection::create(this, TSectionRows); } } |