| 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 136068acae4cf0db9790acfa6c5c396a022162f9..79a9c03ff301c5a15706e39f3ffd960e561d5f94 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp
|
| @@ -86,7 +86,7 @@ protected:
|
| WebElement webElement = mainFrame()->document().querySelector("img");
|
| ASSERT_TRUE(isHTMLImageElement(webElement));
|
| HTMLImageElement* imageElement = toHTMLImageElement(webElement);
|
| - EXPECT_EQ(loaded, !!imageElement->cachedImage());
|
| + EXPECT_EQ(loaded, !!imageElement->naturalWidth());
|
| }
|
|
|
| const std::string& baseURL() const { return m_baseURL; }
|
|
|