Index: Source/core/html/HTMLTableCellElement.cpp |
diff --git a/Source/core/html/HTMLTableCellElement.cpp b/Source/core/html/HTMLTableCellElement.cpp |
index 05a0858e9ce197189fd2d1f4a99f6d757403c7a2..c27a3efdd40945236abb23241b362befda452cf1 100644 |
--- a/Source/core/html/HTMLTableCellElement.cpp |
+++ b/Source/core/html/HTMLTableCellElement.cpp |
@@ -164,7 +164,7 @@ void HTMLTableCellElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) |
{ |
HTMLTablePartElement::addSubresourceAttributeURLs(urls); |
- addSubresourceURL(urls, document()->completeURL(getAttribute(backgroundAttr))); |
+ addSubresourceURL(urls, document().completeURL(getAttribute(backgroundAttr))); |
} |
HTMLTableCellElement* HTMLTableCellElement::cellAbove() const |