| Index: Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/WebFrameTest.cpp b/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| index 1a7b59af1f65ac1238b53924b13a2491ace96c8c..31bddb47b8d6fc909535c9d4eebe52073bcb1b36 100644
|
| --- a/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| @@ -249,8 +249,6 @@ TEST_F(WebFrameTest, DispatchMessageEventWithOriginCheck)
|
| EXPECT_EQ(std::string::npos, content.find("Message 2."));
|
| }
|
|
|
| -#if ENABLE(VIEWPORT)
|
| -
|
| class FixedLayoutTestWebViewClient : public WebViewClient {
|
| public:
|
| virtual WebScreenInfo screenInfo() OVERRIDE { return m_screenInfo; }
|
| @@ -710,7 +708,6 @@ TEST_F(WebFrameTest, targetDensityDpiDevice)
|
| m_webView = 0;
|
| }
|
| }
|
| -#endif
|
|
|
| class WebFrameResizeTest : public WebFrameTest {
|
| protected:
|
|
|