| Index: Source/core/html/HTMLDocument.cpp
|
| diff --git a/Source/core/html/HTMLDocument.cpp b/Source/core/html/HTMLDocument.cpp
|
| index 26c4671690bd1a2ccd70d6cee6c7e0c33bdee84b..0280bdf6eee709ec8e4e9897d616131abca29ba0 100644
|
| --- a/Source/core/html/HTMLDocument.cpp
|
| +++ b/Source/core/html/HTMLDocument.cpp
|
| @@ -111,7 +111,7 @@ void HTMLDocument::setDesignMode(const String& value)
|
|
|
| Element* HTMLDocument::activeElement()
|
| {
|
| - if (Element* element = treeScope().adjustedFocusedElement())
|
| + if (Element* element = treeScope()->adjustedFocusedElement())
|
| return element;
|
| return body();
|
| }
|
|
|