| Index: third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp b/third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp
|
| index 708448df184b7dd00db2f9c3c4274866c73f207a..aedd21c88f21a1a911dedf1d6bb10fd9b737852e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp
|
| @@ -23,6 +23,7 @@
|
|
|
| #include "core/html/HTMLAnchorElement.h"
|
|
|
| +#include "core/editing/EditingUtilities.h"
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/events/MouseEvent.h"
|
| #include "core/frame/FrameHost.h"
|
|
|