| 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 e684bc32724fad22bc05a1fb66af99b54b3d8a56..8bd30a00d1e80b094bc916be7c365a61ed914a32 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl
|
| @@ -22,7 +22,7 @@ class {{namespace}}ElementFactory {
|
| static {{namespace}}Element* create{{namespace}}Element(
|
| const AtomicString& localName,
|
| Document&,
|
| - CreateElementFlags flags = CreatedByParser);
|
| + CreateElementFlags flags = kCreatedByParser);
|
| };
|
|
|
| } // namespace blink
|
|
|