Index: Source/core/page/EventHandler.cpp |
diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp |
index e6b1d96267fa3ba247d397aee8df842608c2fe77..9c11af34f283ecc6682011373c72fa2621b21baf 100644 |
--- a/Source/core/page/EventHandler.cpp |
+++ b/Source/core/page/EventHandler.cpp |
@@ -83,7 +83,6 @@ |
#include "core/rendering/RenderWidget.h" |
#include "core/rendering/style/RenderStyle.h" |
#include "core/svg/SVGDocumentExtensions.h" |
-#include "core/svg/SVGUseElement.h" |
#include "platform/PlatformGestureEvent.h" |
#include "platform/PlatformKeyboardEvent.h" |
#include "platform/PlatformTouchEvent.h" |
@@ -104,7 +103,6 @@ |
namespace WebCore { |
using namespace HTMLNames; |
-using namespace SVGNames; |
// The link drag hysteresis is much larger than the others because there |
// needs to be enough space to cancel the link press without starting a link drag, |