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

Unified Diff: Source/core/html/HTMLPreElement.h

Issue 327133002: Intorudce DECLARE/DEFINE_ELEMENT_FACTORY_WITH_TAGNAME macros. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix a duplicated symbol issue Created 6 years, 6 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 | « Source/core/html/HTMLModElement.cpp ('k') | Source/core/html/HTMLPreElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLPreElement.h
diff --git a/Source/core/html/HTMLPreElement.h b/Source/core/html/HTMLPreElement.h
index 89a2565a1d0713e49d9066a0fac13bf146c824cd..0ae5a6affb5911190faec2b54e93d0da794172e3 100644
--- a/Source/core/html/HTMLPreElement.h
+++ b/Source/core/html/HTMLPreElement.h
@@ -29,7 +29,7 @@ namespace WebCore {
class HTMLPreElement FINAL : public HTMLElement {
public:
- static PassRefPtrWillBeRawPtr<HTMLPreElement> create(const QualifiedName&, Document&);
+ DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLPreElement);
private:
HTMLPreElement(const QualifiedName&, Document&);
« no previous file with comments | « Source/core/html/HTMLModElement.cpp ('k') | Source/core/html/HTMLPreElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698