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

Unified Diff: Source/core/html/HTMLTitleElement.cpp

Issue 419033002: Remove some setHasCustomStyleCallbacks calls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: V3 Created 6 years, 5 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/HTMLSelectElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « Source/core/html/HTMLSelectElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698