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

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: Take review comment into consideration 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 7e294c550a7bf832d48d79f1559167def5fd89dc..54f3106da5a3f7602e3013ad15a959b2b0b82bb0 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1259,7 +1259,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