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

Unified Diff: third_party/WebKit/Source/core/dom/ClassCollection.h

Issue 2899243003: DOM: Fix an incorrect result of getElementsByClassName() in quirks mode. (Closed)
Patch Set: Created 3 years, 7 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: third_party/WebKit/Source/core/dom/ClassCollection.h
diff --git a/third_party/WebKit/Source/core/dom/ClassCollection.h b/third_party/WebKit/Source/core/dom/ClassCollection.h
index 708c0a8c325487abba8f48362cfeddacdad6f581..6ef93d68bd0e7e2ac35bdcf76da5285ef8678f44 100644
--- a/third_party/WebKit/Source/core/dom/ClassCollection.h
+++ b/third_party/WebKit/Source/core/dom/ClassCollection.h
@@ -57,7 +57,6 @@ class ClassCollection final : public HTMLCollection {
ClassCollection(ContainerNode& root_node, const AtomicString& class_names);
SpaceSplitString class_names_;
- AtomicString original_class_names_;
};
DEFINE_TYPE_CASTS(ClassCollection,

Powered by Google App Engine
This is Rietveld 408576698