| Index: Source/core/html/HTMLAnchorElement.h
|
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
|
| index 3f0b3f2d556688648b321ab18d7b71a2dcba8cda..32d739edca48cb4f927ec9a44d144377a011502e 100644
|
| --- a/Source/core/html/HTMLAnchorElement.h
|
| +++ b/Source/core/html/HTMLAnchorElement.h
|
| @@ -107,24 +107,10 @@ private:
|
| AtomicString target() const;
|
| void handleClick(Event*);
|
|
|
| - enum EventType {
|
| - MouseEventWithoutShiftKey,
|
| - MouseEventWithShiftKey,
|
| - NonMouseEvent,
|
| - };
|
| - static EventType eventType(Event*);
|
| - bool treatLinkAsLiveForEventType(EventType) const;
|
| -
|
| - Element* rootEditableElementForSelectionOnMouseDown() const;
|
| - void setRootEditableElementForSelectionOnMouseDown(Element*);
|
| - void clearRootEditableElementForSelectionOnMouseDown();
|
| -
|
| class PrefetchEventHandler;
|
| PrefetchEventHandler* prefetchEventHandler();
|
|
|
| - bool m_hasRootEditableElementForSelectionOnMouseDown : 1;
|
| - bool m_wasShiftKeyDownOnMouseDown : 1;
|
| - uint32_t m_linkRelations : 30;
|
| + uint32_t m_linkRelations;
|
| OwnPtr<PrefetchEventHandler> m_prefetchEventHandler;
|
| mutable LinkHash m_cachedVisitedLinkHash;
|
| };
|
|
|