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

Unified Diff: third_party/WebKit/Source/core/dom/NodeList.idl

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/NodeList.idl
diff --git a/third_party/WebKit/Source/core/dom/NodeList.idl b/third_party/WebKit/Source/core/dom/NodeList.idl
index 15fb98a8eea043fabfdc087c3c5e2ce386759cce..0ecf568b782b35dfb82419070951314e0ee371d8 100644
--- a/third_party/WebKit/Source/core/dom/NodeList.idl
+++ b/third_party/WebKit/Source/core/dom/NodeList.idl
@@ -23,7 +23,7 @@
[
DependentLifetime,
SetWrapperReferenceFrom=virtualOwnerNode,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface NodeList {
getter Node? item(unsigned long index);
readonly attribute unsigned long length;
« no previous file with comments | « third_party/WebKit/Source/core/dom/NodeList.cpp ('k') | third_party/WebKit/Source/core/dom/NodeListsNodeData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698