| 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 5a51766ae860edbf808b1db912d4cfbae10b79b2..d7e8776c7027158c25bcef5969645a907232e0f6 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| @@ -60,7 +60,7 @@ class CORE_EXPORT DOMTokenList : public GarbageCollectedFinalized<DOMTokenList>,
|
| virtual unsigned length() const { return tokens_.size(); }
|
| virtual const AtomicString item(unsigned index) const;
|
|
|
| - bool contains(const AtomicString&, ExceptionState&) const;
|
| + bool contains(const AtomicString&) const;
|
| virtual void add(const Vector<String>&, ExceptionState&);
|
| void add(const AtomicString&, ExceptionState&);
|
| virtual void remove(const Vector<String>&, ExceptionState&);
|
|
|