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; |
}; |