| Index: Source/WebKit/chromium/src/ViewportAnchor.cpp
|
| diff --git a/Source/WebKit/chromium/src/ViewportAnchor.cpp b/Source/WebKit/chromium/src/ViewportAnchor.cpp
|
| index bae316bba1e0e2ca2e70a86ea3dd8a2cb613244f..c07df1dc2d727270010f44006010c38d6d292dee 100644
|
| --- a/Source/WebKit/chromium/src/ViewportAnchor.cpp
|
| +++ b/Source/WebKit/chromium/src/ViewportAnchor.cpp
|
| @@ -36,8 +36,6 @@
|
| #include "core/page/EventHandler.h"
|
| #include "core/rendering/HitTestResult.h"
|
|
|
| -#if ENABLE(VIEWPORT)
|
| -
|
| using namespace WebCore;
|
|
|
| namespace WebKit {
|
| @@ -127,5 +125,3 @@ IntPoint ViewportAnchor::computeOrigin(const IntSize& currentViewSize) const
|
| }
|
|
|
| } // namespace WebKit
|
| -
|
| -#endif // ENABLE(VIEWPORT)
|
|
|