Chromium Code Reviews| 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 6b47f18e121fff6c42ed956dd315c17a8973535b..2cbcd6fd3c58a1bb9865afd453ead4b9b7e40603 100644 |
| --- a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl |
| +++ b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl |
| @@ -14,6 +14,7 @@ namespace blink { |
| class Document; |
| class {{namespace}}Element; |
| {% if namespace == 'HTML' %} |
| +class ExceptionState; |
| class HTMLFormElement; |
| {% endif %} |
| @@ -24,6 +25,7 @@ public: |
| Document&, |
| {% if namespace == 'HTML' %} |
| HTMLFormElement* = 0, |
| + ExceptionState* = 0, |
|
kouhei (in TOK)
2016/08/29 06:59:55
nullptr
|
| {% endif %} |
| CreateElementFlags flags = CreatedByParser); |
| }; |