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

Unified Diff: third_party/WebKit/Source/core/dom/BUILD.gn

Issue 2868823002: getElementsByTagName() should take a qualifiedName in parameter (Closed)
Patch Set: Added new file AllDescendantsCollection.h 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
index c46f4d661d9e7efb1c8aeffaff0cad6a84803c65..a121a9e46163876c0f86ba4761779ec48fdf532e 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -12,6 +12,7 @@ blink_core_sources("dom") {
"AXObjectCache.h",
"AccessibleNode.cpp",
"AccessibleNode.h",
+ "AllDescendantsCollection.h",
"AncestorList.h",
"AnimationWorkletProxyClient.h",
"Attr.cpp",

Powered by Google App Engine
This is Rietveld 408576698