| Index: third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| diff --git a/third_party/WebKit/Source/core/dom/VisitedLinkState.h b/third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| index ebe3a6ad7171ee527b460dbbdb75b46bf87b0a58..284b979de6081d3c28c30318cd6eba7102ecf583 100644
|
| --- a/third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| +++ b/third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| @@ -52,7 +52,7 @@ class VisitedLinkState : public GarbageCollectedFinalized<VisitedLinkState> {
|
| EInsideLink determineLinkState(const Element& element) {
|
| if (element.isLink())
|
| return determineLinkStateSlowCase(element);
|
| - return NotInsideLink;
|
| + return EInsideLink::kNotInsideLink;
|
| }
|
|
|
| DECLARE_TRACE();
|
|
|