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

Unified Diff: Source/core/html/HTMLOutputElement.h

Issue 178253006: Output Element defaultValue should be based on textContent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Flag holding textContent value setting removed Created 6 years, 9 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/HTMLOutputElement.h
diff --git a/Source/core/html/HTMLOutputElement.h b/Source/core/html/HTMLOutputElement.h
index 92ad652f0114f89bf8509bbd83517ad3b4664195..ba77d11d08c8d5dd5c59094877d5aacf3a6e1eb0 100644
--- a/Source/core/html/HTMLOutputElement.h
+++ b/Source/core/html/HTMLOutputElement.h
@@ -62,10 +62,7 @@ private:
virtual void childrenChanged(bool createdByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
virtual void resetImpl() OVERRIDE;
- void setTextContentInternal(const String&);
-
bool m_isDefaultValueMode;
- bool m_isSetTextContentInProgress;
String m_defaultValue;
RefPtr<DOMSettableTokenList> m_tokens;
};
« no previous file with comments | « LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-expected.txt ('k') | Source/core/html/HTMLOutputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698