| Index: Source/core/html/HTMLAppletElement.cpp
|
| diff --git a/Source/core/html/HTMLAppletElement.cpp b/Source/core/html/HTMLAppletElement.cpp
|
| index 089e12a92276af1bc5dc97a780738d96f7b7164f..8a3d235e46ce74ae215ab9e849108e6140977b56 100644
|
| --- a/Source/core/html/HTMLAppletElement.cpp
|
| +++ b/Source/core/html/HTMLAppletElement.cpp
|
| @@ -182,7 +182,7 @@ void HTMLAppletElement::updateWidgetInternal()
|
| paramValues.append(param->value());
|
| }
|
|
|
| - RefPtr<Widget> widget;
|
| + RefPtrWillBeRawPtr<Widget> widget = nullptr;
|
| if (frame->loader().allowPlugins(AboutToInstantiatePlugin))
|
| widget = frame->loader().client()->createJavaAppletWidget(this, baseURL, paramNames, paramValues);
|
|
|
|
|