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

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: 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: 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

Powered by Google App Engine
This is Rietveld 408576698