Index: third_party/WebKit/Source/core/editing/Editor.cpp |
diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp |
index 4c303e69beb3a25b6c93fc49f401d54d2133fb68..3f29527822b6327d2d6dfd41fb12136292fbf69f 100644 |
--- a/third_party/WebKit/Source/core/editing/Editor.cpp |
+++ b/third_party/WebKit/Source/core/editing/Editor.cpp |
@@ -442,7 +442,7 @@ static PassRefPtr<Image> imageFromNode(const Node& node) |
ImageResource* cachedImage = layoutImage->cachedImage(); |
if (!cachedImage || cachedImage->errorOccurred()) |
return nullptr; |
- return cachedImage->image(); |
+ return cachedImage->getImage(); |
} |
return nullptr; |