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

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

Issue 2611823003: ABANDONED CL: Changes to compile and pass tests after Big Blink Rename (excluding functions). (Closed)
Patch Set: Inducing merge conflicts to force human review and changes after rename. Created 3 years, 11 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 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

Powered by Google App Engine
This is Rietveld 408576698