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

Unified Diff: Source/core/dom/Node.h

Issue 143453010: Have getElementsByClassName() / getElementsByTagName*() return an HTMLCollection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Null HTMLCollection handling Created 6 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: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 1ace0bed9880f9c022326f392a725be48933ba54..7f884a26e10150f1057b0f9f343a76af6b908c54 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -47,7 +47,7 @@
namespace WebCore {
class Attribute;
-class ClassNodeList;
+class ClassCollection;
class ContainerNode;
class DOMSettableTokenList;
class Document;
@@ -80,7 +80,7 @@ class RenderBoxModelObject;
class RenderObject;
class RenderStyle;
class ShadowRoot;
-class TagNodeList;
+class TagCollection;
class Text;
class TouchEvent;

Powered by Google App Engine
This is Rietveld 408576698