| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 1a68a4f309fbac4400b0d844243798e06b6c7e65..f4dca90fc4876a5238d641491ad1418ed2e8c3a1 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -49,13 +49,13 @@
|
| #include "core/frame/LocalDOMWindow.h"
|
| #include "core/html/CollectionType.h"
|
| #include "core/html/parser/ParserSynchronizationPolicy.h"
|
| -#include "core/page/FocusType.h"
|
| #include "core/page/PageVisibilityState.h"
|
| #include "platform/Length.h"
|
| #include "platform/Timer.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/ReferrerPolicy.h"
|
| +#include "public/platform/WebFocusType.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -618,7 +618,7 @@ public:
|
| String selectedStylesheetSet() const;
|
| void setSelectedStylesheetSet(const String&);
|
|
|
| - bool setFocusedElement(PassRefPtrWillBeRawPtr<Element>, FocusType = FocusTypeNone);
|
| + bool setFocusedElement(PassRefPtrWillBeRawPtr<Element>, WebFocusType = WebFocusTypeNone);
|
| Element* focusedElement() const { return m_focusedElement.get(); }
|
| UserActionElementSet& userActionElements() { return m_userActionElements; }
|
| const UserActionElementSet& userActionElements() const { return m_userActionElements; }
|
|
|