| Index: Source/core/html/HTMLAppletElement.cpp
|
| diff --git a/Source/core/html/HTMLAppletElement.cpp b/Source/core/html/HTMLAppletElement.cpp
|
| index 8173f2b7d4da3a816d94112aa0d1737c4150869e..a55728ba02a4394f7715933076c811d5a63a666f 100644
|
| --- a/Source/core/html/HTMLAppletElement.cpp
|
| +++ b/Source/core/html/HTMLAppletElement.cpp
|
| @@ -182,7 +182,7 @@ void HTMLAppletElement::updateWidget(PluginCreationOption)
|
| return;
|
| }
|
| document().setContainsPlugins();
|
| - renderer->setWidget(widget);
|
| + setWidget(widget);
|
| }
|
|
|
| bool HTMLAppletElement::canEmbedJava() const
|
|
|