Index: Source/core/html/HTMLTitleElement.cpp |
diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp |
index f1d1c4fb19ef8e53f21275ab4fa1ead73de71e4a..07c03213e6da7986f69e330ba8830ced0ae28173 100644 |
--- a/Source/core/html/HTMLTitleElement.cpp |
+++ b/Source/core/html/HTMLTitleElement.cpp |
@@ -40,7 +40,6 @@ inline HTMLTitleElement::HTMLTitleElement(Document& document) |
: HTMLElement(titleTag, document) |
, m_ignoreTitleUpdatesWhenChildrenChange(false) |
{ |
- setHasCustomStyleCallbacks(); |
ScriptWrappable::init(this); |
} |