Index: third_party/WebKit/Source/core/html/ClassList.h |
diff --git a/third_party/WebKit/Source/core/html/ClassList.h b/third_party/WebKit/Source/core/html/ClassList.h |
index 366d2894321b45a7268c4d97d17cfd709bb1fdf8..364162b5aac0597715abcb48ae2123304b2224b6 100644 |
--- a/third_party/WebKit/Source/core/html/ClassList.h |
+++ b/third_party/WebKit/Source/core/html/ClassList.h |
@@ -36,8 +36,6 @@ namespace blink { |
class Element; |
-typedef int ExceptionCode; |
- |
class ClassList final : public DOMTokenList { |
public: |
static ClassList* create(Element* element) { return new ClassList(element); } |