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

Unified Diff: Source/core/core.gypi

Issue 315473002: Stop having HTMLNameCollection override HTMLCollection::virtualItemAfter() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/html/DocumentNameCollection.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index c9a4fad94cc9b607e7ebe4fdc8be3de2de70a937..e0fd9fa87d41bfa14dc2ed31f538b60a53f0aaa1 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2282,6 +2282,8 @@
'html/ClassList.h',
'html/DOMFormData.cpp',
'html/DOMFormData.h',
+ 'html/DocumentNameCollection.cpp',
+ 'html/DocumentNameCollection.h',
'html/FormAssociatedElement.cpp',
'html/FormDataList.cpp',
'html/FormDataList.h',
@@ -2495,6 +2497,8 @@
'html/URLRegistry.h',
'html/ValidityState.cpp',
'html/ValidityState.h',
+ 'html/WindowNameCollection.cpp',
+ 'html/WindowNameCollection.h',
'html/canvas/ANGLEInstancedArrays.cpp',
'html/canvas/ANGLEInstancedArrays.h',
'html/canvas/Canvas2DContextAttributes.cpp',
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/html/DocumentNameCollection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698