| Index: Source/core/html/shadow/PasswordGeneratorButtonElement.h
|
| diff --git a/Source/core/html/shadow/PasswordGeneratorButtonElement.h b/Source/core/html/shadow/PasswordGeneratorButtonElement.h
|
| index 0d220f9c6b119f7ee8b8336ab7f141f6343d592f..948b0153d3971a02ddfdba036ef581dd028c6211 100644
|
| --- a/Source/core/html/shadow/PasswordGeneratorButtonElement.h
|
| +++ b/Source/core/html/shadow/PasswordGeneratorButtonElement.h
|
| @@ -42,7 +42,7 @@ class ShadowRoot;
|
|
|
| class PasswordGeneratorButtonElement FINAL : public HTMLDivElement {
|
| public:
|
| - static PassRefPtr<PasswordGeneratorButtonElement> create(Document&);
|
| + static PassRefPtrWillBeRawPtr<PasswordGeneratorButtonElement> create(Document&);
|
|
|
| void decorate(HTMLInputElement*);
|
|
|
|
|