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

Side by Side Diff: third_party/WebKit/Source/core/dom/Node.h

Issue 1629403003: Merge DOMSettableTokensList into DOMTokensList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed non-oilpan inheritance Created 4 years, 10 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
3 * (C) 1999 Antti Koivisto (koivisto@kde.org) 3 * (C) 1999 Antti Koivisto (koivisto@kde.org)
4 * (C) 2001 Dirk Mueller (mueller@kde.org) 4 * (C) 2001 Dirk Mueller (mueller@kde.org)
5 * Copyright (C) 2004-2011, 2014 Apple Inc. All rights reserved. 5 * Copyright (C) 2004-2011, 2014 Apple Inc. All rights reserved.
6 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/) 6 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/)
7 * 7 *
8 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public 9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either 10 * License as published by the Free Software Foundation; either
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 #include "wtf/Forward.h" 42 #include "wtf/Forward.h"
43 43
44 // This needs to be here because Document.h also depends on it. 44 // This needs to be here because Document.h also depends on it.
45 #define DUMP_NODE_STATISTICS 0 45 #define DUMP_NODE_STATISTICS 0
46 46
47 namespace blink { 47 namespace blink {
48 48
49 class Attribute; 49 class Attribute;
50 class ClassCollection; 50 class ClassCollection;
51 class ContainerNode; 51 class ContainerNode;
52 class DOMSettableTokenList; 52 class DOMTokenList;
53 class Document; 53 class Document;
54 class Element; 54 class Element;
55 class ElementShadow; 55 class ElementShadow;
56 class Event; 56 class Event;
57 class EventDispatchMediator; 57 class EventDispatchMediator;
58 class EventListener; 58 class EventListener;
59 class ExceptionState; 59 class ExceptionState;
60 class FloatPoint; 60 class FloatPoint;
61 class LocalFrame; 61 class LocalFrame;
62 class HTMLInputElement; 62 class HTMLInputElement;
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 } // namespace blink 928 } // namespace blink
929 929
930 #ifndef NDEBUG 930 #ifndef NDEBUG
931 // Outside the WebCore namespace for ease of invocation from gdb. 931 // Outside the WebCore namespace for ease of invocation from gdb.
932 void showNode(const blink::Node*); 932 void showNode(const blink::Node*);
933 void showTree(const blink::Node*); 933 void showTree(const blink::Node*);
934 void showNodePath(const blink::Node*); 934 void showNodePath(const blink::Node*);
935 #endif 935 #endif
936 936
937 #endif // Node_h 937 #endif // Node_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/ElementRareData.h ('k') | third_party/WebKit/Source/core/html/ClassList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698