Index: Source/core/html/HTMLCanvasElement.cpp |
diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp |
index 3ec540eaa09f374d7a955719435f7b1a1984cef6..53ea1e8a21c98823e2482db2f47f27f2cf9f8325 100644 |
--- a/Source/core/html/HTMLCanvasElement.cpp |
+++ b/Source/core/html/HTMLCanvasElement.cpp |
@@ -137,7 +137,7 @@ void HTMLCanvasElement::parseAttribute(const QualifiedName& name, const AtomicSt |
HTMLElement::parseAttribute(name, value); |
} |
-RenderObject* HTMLCanvasElement::createRenderer(RenderStyle* style) |
+RenderObject* HTMLCanvasElement::createRenderer(const RenderStyle* style) |
{ |
LocalFrame* frame = document().frame(); |
if (frame && frame->script().canExecuteScripts(NotAboutToExecuteScript)) |