| 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 c80229eecf07179118424cf8489c83fba52264b4..0d26c3324bffcbeb4db00c6ba85b6e79a1e47a88 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 RawPtr<{{namespace}}Element> create{{namespace}}Element(
|
| + static {{namespace}}Element* create{{namespace}}Element(
|
| const AtomicString& localName,
|
| Document&,
|
| {% if namespace == 'HTML' %}
|
|
|