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

Unified Diff: public/web/WebNodeCollection.h

Issue 143453010: Have getElementsByClassName() / getElementsByTagName*() return an HTMLCollection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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
« no previous file with comments | « public/web/WebNode.h ('k') | public/web/WebNodeList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebNodeCollection.h
diff --git a/public/web/WebNodeCollection.h b/public/web/WebNodeCollection.h
index a01ac7b9bae427eb9320df6656e10e3d76e06a6d..d2f0465ab1521f7af284546ab4e45621f770d115 100644
--- a/public/web/WebNodeCollection.h
+++ b/public/web/WebNodeCollection.h
@@ -71,6 +71,8 @@ private:
void assign(WebCore::HTMLCollection*);
WebCore::HTMLCollection* m_private;
mutable unsigned m_current;
+
+ friend class WebNodeList;
};
} // namespace blink
« no previous file with comments | « public/web/WebNode.h ('k') | public/web/WebNodeList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698