| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index f463655bdaaa873b169030f5efa421c0f4e71fe9..590b8eff543b5b1692d5a03681e742c48e930649 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -115,8 +115,8 @@ protected:
|
| private:
|
| virtual String nodeName() const OVERRIDE FINAL;
|
|
|
| - bool isHTMLElement() const WTF_DELETED_FUNCTION; // Hide to catch useless calls.
|
| - bool isStyledElement() const WTF_DELETED_FUNCTION; // Hide to catch useless calls.
|
| + bool isHTMLElement() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
|
| + bool isStyledElement() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
|
|
|
| void mapLanguageAttributeToLocale(const AtomicString&, MutableStylePropertySet*);
|
|
|
|
|