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

Unified Diff: Source/web/web.gypi

Issue 152243003: Rename WebNodeCollection to WebElementCollection for clarity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 | « Source/web/WebNodeList.cpp ('k') | public/web/WebDocument.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gypi
diff --git a/Source/web/web.gypi b/Source/web/web.gypi
index 7e5c5fbb7a06217d6bafad25a4ebafcb9481284c..76a8204823fa22d32b484052252c64b712c3240b 100644
--- a/Source/web/web.gypi
+++ b/Source/web/web.gypi
@@ -142,6 +142,7 @@
'WebDocumentType.cpp',
'WebDragData.cpp',
'WebElement.cpp',
+ 'WebElementCollection.cpp',
'WebEmbeddedWorkerImpl.cpp',
'WebEmbeddedWorkerImpl.h',
'WebEntities.cpp',
@@ -193,7 +194,6 @@
'WebMediaStreamRegistry.cpp',
'WebNetworkStateNotifier.cpp',
'WebNode.cpp',
- 'WebNodeCollection.cpp',
'WebNodeList.cpp',
'WebNotification.cpp',
'WebOptionElement.cpp',
« no previous file with comments | « Source/web/WebNodeList.cpp ('k') | public/web/WebDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698