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

Unified Diff: Source/core/dom/Document.h

Issue 384413003: Document.title getter should return text of title element and setter should stop when head el… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test case for this CL 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
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 601792e84557023048ea8e986e1d36f1fa1bbb7b..650eb44b67bcdeab09d727e1ea807f0de2fe324a 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1255,7 +1255,6 @@ private:
String m_title;
String m_rawTitle;
- bool m_titleSetExplicitly;
RefPtrWillBeMember<Element> m_titleElement;
OwnPtr<AXObjectCache> m_axObjectCache;

Powered by Google App Engine
This is Rietveld 408576698