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 caf368c34c9d588ac014c05f9b54c5fa75ba66ad..b6d00eef212a4cd7e068b233f00f950ab714dcd8 100644 |
--- a/third_party/WebKit/Source/core/editing/Editor.cpp |
+++ b/third_party/WebKit/Source/core/editing/Editor.cpp |
@@ -473,7 +473,7 @@ void Editor::writeSelectionToPasteboard() |
Pasteboard::generalPasteboard()->writeHTML(html, url, plainText, canSmartCopyOrDelete()); |
} |
-static PassRefPtr<Image> imageFromNode(const Node& node) |
+static Image* imageFromNode(const Node& node) |
{ |
node.document().updateStyleAndLayoutIgnorePendingStylesheets(); |
LayoutObject* layoutObject = node.layoutObject(); |