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

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

Issue 327633004: Apply DEFINE/DECLARE_NODE_FACTORY(T) macro to element factories with single Document& argument. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/HTMLBDIElement.h ('k') | Source/core/html/HTMLBRElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLBRElement.h
diff --git a/Source/core/html/HTMLBRElement.h b/Source/core/html/HTMLBRElement.h
index 391a9c6d597e5a698b0f3e0bc3e1f1748786ff25..01af5657750972188cc64c6f2f8e10fb79dc39d5 100644
--- a/Source/core/html/HTMLBRElement.h
+++ b/Source/core/html/HTMLBRElement.h
@@ -30,7 +30,7 @@ namespace WebCore {
class HTMLBRElement FINAL : public HTMLElement {
public:
- static PassRefPtrWillBeRawPtr<HTMLBRElement> create(Document&);
+ DECLARE_NODE_FACTORY(HTMLBRElement);
virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
« no previous file with comments | « Source/core/html/HTMLBDIElement.h ('k') | Source/core/html/HTMLBRElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698