| Index: third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMTokenList.h b/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| index f494264039d56be690bf572b1a7647ee627272c6..ed19f011737c752706c5c97af9606ca669a95c98 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| @@ -78,8 +78,6 @@ class CORE_EXPORT DOMTokenList : public GarbageCollectedFinalized<DOMTokenList>,
|
| DOMTokenList(Element& element, const QualifiedName& attr)
|
| : element_(element), attribute_name_(attr) {}
|
| Element& GetElement() const { return *element_; }
|
| - void AddInternal(const AtomicString&);
|
| - void RemoveInternal(const AtomicString&);
|
|
|
| bool ValidateToken(const String&, ExceptionState&) const;
|
| bool ValidateTokens(const Vector<String>&, ExceptionState&) const;
|
|
|