| Index: Source/core/html/forms/PasswordInputType.cpp
|
| diff --git a/Source/core/html/forms/PasswordInputType.cpp b/Source/core/html/forms/PasswordInputType.cpp
|
| index 2273e11624747774038668cd4afa3fe11dd7b12f..174cfedfe7a56695e4960dea8c17add84b93b9dc 100644
|
| --- a/Source/core/html/forms/PasswordInputType.cpp
|
| +++ b/Source/core/html/forms/PasswordInputType.cpp
|
| @@ -85,7 +85,7 @@ void PasswordInputType::createShadowSubtree()
|
| BaseTextInputType::createShadowSubtree();
|
| if (!isPasswordGenerationEnabled())
|
| return;
|
| - RefPtr<PasswordGeneratorButtonElement> generatorButton = PasswordGeneratorButtonElement::create(element().document());
|
| + RefPtrWillBeRawPtr<PasswordGeneratorButtonElement> generatorButton = PasswordGeneratorButtonElement::create(element().document());
|
| if (!isPasswordGenerationDecorationEnabled())
|
| generatorButton->setInlineStyleProperty(CSSPropertyDisplay, CSSValueNone);
|
| containerElement()->appendChild(generatorButton.release());
|
|
|