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

Unified Diff: Source/core/html/HTMLMenuElement.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/HTMLMenuElement.h
diff --git a/Source/core/html/HTMLMenuElement.h b/Source/core/html/HTMLMenuElement.h
index 6b588ecb1d065dc18ec0e2f49f4f437a81bcd130..31b49d5a177e2364847dcbb441be3abd4db9ca1d 100644
--- a/Source/core/html/HTMLMenuElement.h
+++ b/Source/core/html/HTMLMenuElement.h
@@ -27,7 +27,7 @@
namespace WebCore {
-class HTMLMenuElement : public HTMLElement {
+class HTMLMenuElement FINAL : public HTMLElement {
public:
static PassRefPtr<HTMLMenuElement> create(const QualifiedName&, Document*);

Powered by Google App Engine
This is Rietveld 408576698