| Index: third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp b/third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp
|
| index c4ec3565360197f2ccb783301b391756888a02d7..bb8e94d4a7f9cc2f6707892c0b78243261990091 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp
|
| @@ -90,7 +90,7 @@
|
| WebElement webElement = mainFrame()->document().querySelector("img");
|
| ASSERT_TRUE(isHTMLImageElement(webElement));
|
| HTMLImageElement* imageElement = toHTMLImageElement(webElement);
|
| - EXPECT_EQ(loaded, !!imageElement->naturalWidth());
|
| + EXPECT_EQ(loaded, !!imageElement->cachedImage());
|
| }
|
|
|
| const std::string& baseURL() const { return m_baseURL; }
|
|
|