| Index: Source/core/html/HTMLAnchorElement.h
|
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
|
| index b88156af79fa4c7f5e3145404113e105cac2ec68..d8ca4d0889cb3459345493270d4bfd21cbf7c12a 100644
|
| --- a/Source/core/html/HTMLAnchorElement.h
|
| +++ b/Source/core/html/HTMLAnchorElement.h
|
| @@ -108,6 +108,7 @@ private:
|
| virtual bool isInteractiveContent() const OVERRIDE FINAL;
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| void handleClick(Event*);
|
| + bool isLinkEnterKey(Event*);
|
|
|
| uint32_t m_linkRelations;
|
| mutable LinkHash m_cachedVisitedLinkHash;
|
|
|