| Index: Source/core/html/HTMLAppletElement.cpp
|
| diff --git a/Source/core/html/HTMLAppletElement.cpp b/Source/core/html/HTMLAppletElement.cpp
|
| index 713cd1c997ffc30c529479dcdce0ea88972059b6..a2cfd0de3a76ff78fb8bb926299253e8a62bff4f 100644
|
| --- a/Source/core/html/HTMLAppletElement.cpp
|
| +++ b/Source/core/html/HTMLAppletElement.cpp
|
| @@ -190,7 +190,7 @@ void HTMLAppletElement::updateWidgetInternal()
|
| return;
|
| }
|
| document().setContainsPlugins();
|
| - renderer->setWidget(widget);
|
| + setWidget(widget);
|
| }
|
|
|
| bool HTMLAppletElement::canEmbedJava() const
|
|
|