Chromium Code Reviews| Index: Source/core/html/HTMLAppletElement.cpp |
| diff --git a/Source/core/html/HTMLAppletElement.cpp b/Source/core/html/HTMLAppletElement.cpp |
| index 870acc27a14cbd56e96f64e0ea8e6af7897ca6a9..1da9a1d173edb3dbdb7444bf6578604f8281ff7e 100644 |
| --- a/Source/core/html/HTMLAppletElement.cpp |
| +++ b/Source/core/html/HTMLAppletElement.cpp |
| @@ -186,7 +186,7 @@ void HTMLAppletElement::updateWidgetInternal() |
| return; |
| } |
| document().setContainsPlugins(); |
| - renderer->setWidget(widget); |
| + setWidget(widget); |
| } |
| bool HTMLAppletElement::canEmbedJava() const |