| Index: third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl
|
| index fa9fa54f2ead520e1da2fa28569ed3103d97e5c5..c80229eecf07179118424cf8489c83fba52264b4 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl
|
| @@ -18,7 +18,7 @@ class HTMLFormElement;
|
|
|
| class {{namespace}}ElementFactory {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<{{namespace}}Element> create{{namespace}}Element(
|
| + static RawPtr<{{namespace}}Element> create{{namespace}}Element(
|
| const AtomicString& localName,
|
| Document&,
|
| {% if namespace == 'HTML' %}
|
|
|