Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl

Issue 2292433002: CL for perf tryjob on linux (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
{% endif %}
CreateElementFlags flags = CreatedByParser);
};

Powered by Google App Engine
This is Rietveld 408576698