Index: Source/core/html/HTMLImageElement.cpp |
diff --git a/Source/core/html/HTMLImageElement.cpp b/Source/core/html/HTMLImageElement.cpp |
index c913c1b3b04f725e0a0305f4b27956c880c0f556..7c8ccad9759ef575d6e24b7d9534cd6a83f4426b 100644 |
--- a/Source/core/html/HTMLImageElement.cpp |
+++ b/Source/core/html/HTMLImageElement.cpp |
@@ -156,9 +156,9 @@ bool HTMLImageElement::canStartSelection() const |
return false; |
} |
-void HTMLImageElement::attach() |
+void HTMLImageElement::attach(const AttachContext& context) |
{ |
- HTMLElement::attach(); |
+ HTMLElement::attach(context); |
if (renderer() && renderer()->isImage() && !m_imageLoader.hasPendingBeforeLoadEvent()) { |
RenderImage* renderImage = toRenderImage(renderer()); |