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

Unified Diff: Source/core/html/CollectionType.h

Issue 119063002: Have HTMLFormElement's named getter return a RadioNodeList. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a RadioImgNodeListType CollectionType and use it + test improvements. Created 7 years 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/html/CollectionType.h
diff --git a/Source/core/html/CollectionType.h b/Source/core/html/CollectionType.h
index 9db25d42e2e22a90820cdb8f64add6891dd01cbc..df65cadbc9010bb9f1c700a1e265261d3759a52d 100644
--- a/Source/core/html/CollectionType.h
+++ b/Source/core/html/CollectionType.h
@@ -59,6 +59,7 @@ enum CollectionType {
TagNodeListType,
HTMLTagNodeListType,
RadioNodeListType,
+ RadioImgNodeListType,
LabelsNodeListType,
};

Powered by Google App Engine
This is Rietveld 408576698