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

Unified Diff: sky/engine/build/scripts/templates/ElementFactory.h.tmpl

Issue 942933003: Remove almost all clients of isHTMLElement (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « sky/engine/build/scripts/templates/ElementFactory.cpp.tmpl ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/build/scripts/templates/ElementFactory.h.tmpl
diff --git a/sky/engine/build/scripts/templates/ElementFactory.h.tmpl b/sky/engine/build/scripts/templates/ElementFactory.h.tmpl
index a46d6983a6ba1b0c3379be35a74912460e9c7f28..296d71aa55e9bd2878496050a39c829012b3863d 100644
--- a/sky/engine/build/scripts/templates/ElementFactory.h.tmpl
+++ b/sky/engine/build/scripts/templates/ElementFactory.h.tmpl
@@ -10,11 +10,11 @@
namespace blink {
class Document;
-class {{namespace}}Element;
+class Element;
class {{namespace}}ElementFactory {
public:
- static PassRefPtr<{{namespace}}Element> create{{namespace}}Element(
+ static PassRefPtr<Element> createElement(
const AtomicString& localName,
Document&,
bool createdByParser = true);
« no previous file with comments | « sky/engine/build/scripts/templates/ElementFactory.cpp.tmpl ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698