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

Unified Diff: third_party/WebKit/Source/core/editing/Selection.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/editing/Selection.idl
diff --git a/third_party/WebKit/Source/core/editing/Selection.idl b/third_party/WebKit/Source/core/editing/Selection.idl
index 7466f32cdc6097f12862a8a37aec5d8706474652..750f9debdfc68d1578f1005d6b6177c9b26461fa 100644
--- a/third_party/WebKit/Source/core/editing/Selection.idl
+++ b/third_party/WebKit/Source/core/editing/Selection.idl
@@ -32,7 +32,7 @@
// TODO(yoichio): All long types should be unsigned long. crbug.com/391673
[
ImplementedAs=DOMSelection,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface Selection {
[MeasureAs=SelectionAnchorNode] readonly attribute Node? anchorNode;
[MeasureAs=SelectionAnchorOffset] readonly attribute long anchorOffset;

Powered by Google App Engine
This is Rietveld 408576698