Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: third_party/WebKit/Source/core/html/ClassList.h

Issue 2625053002: Remove redefinitions of ExceptionCode. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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); }
« no previous file with comments | « third_party/WebKit/Source/core/frame/Navigator.h ('k') | third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698