Chromium Code Reviews| Index: Source/core/html/HTMLAnchorElement.h |
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h |
| index a118e5d9a6fa3d24d88b5298bf304ae77a720d2d..52bbdad25ad9dc36c5f1918680cd359bfa3baa61 100644 |
| --- a/Source/core/html/HTMLAnchorElement.h |
| +++ b/Source/core/html/HTMLAnchorElement.h |
| @@ -157,6 +157,7 @@ inline LinkHash HTMLAnchorElement::visitedLinkHash() const |
| bool isEnterKeyKeydownEvent(Event*); |
| bool isLinkClick(Event*); |
| +bool shouldProhibitLinks(Element*); |
|
Tom Sepez
2013/08/15 17:53:59
nit: mustProhibitLinks()
pdr.
2013/08/19 23:16:17
Done.
|
| inline bool isHTMLAnchorElement(const Node* node) |
| { |