| Index: Source/core/html/HTMLFieldSetElement.cpp
|
| diff --git a/Source/core/html/HTMLFieldSetElement.cpp b/Source/core/html/HTMLFieldSetElement.cpp
|
| index 083b0cb6c3c70d860dad80afe09753362d8e105d..12c54de735ed7a08e2e79826ee1b027f9596dd18 100644
|
| --- a/Source/core/html/HTMLFieldSetElement.cpp
|
| +++ b/Source/core/html/HTMLFieldSetElement.cpp
|
| @@ -106,7 +106,7 @@ PassRefPtr<HTMLCollection> HTMLFieldSetElement::elements()
|
|
|
| void HTMLFieldSetElement::refreshElementsIfNeeded() const
|
| {
|
| - uint64_t docVersion = document()->domTreeVersion();
|
| + uint64_t docVersion = document().domTreeVersion();
|
| if (m_documentVersion == docVersion)
|
| return;
|
|
|
|
|