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

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

Issue 14022022: FINALizing of the Node hierarchy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: Source/core/html/HTMLDirectoryElement.h
diff --git a/Source/core/html/HTMLDirectoryElement.h b/Source/core/html/HTMLDirectoryElement.h
index afd3876082339074defb953aeac6a490580939f6..4273e02832978b82915f0a6e2e9b251261421173 100644
--- a/Source/core/html/HTMLDirectoryElement.h
+++ b/Source/core/html/HTMLDirectoryElement.h
@@ -27,7 +27,7 @@
namespace WebCore {
-class HTMLDirectoryElement : public HTMLElement {
+class HTMLDirectoryElement FINAL : public HTMLElement {
public:
static PassRefPtr<HTMLDirectoryElement> create(const QualifiedName& tagName, Document*);

Powered by Google App Engine
This is Rietveld 408576698