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

Unified Diff: third_party/WebKit/Source/core/editing/Editor.h

Issue 2709883004: [InputEvent] Change |InputEventInit::sequence<Range> ranges| to |sequence<StaticRange> targetRanges| (Closed)
Patch Set: yosin's review: Use early return Created 3 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
Index: third_party/WebKit/Source/core/editing/Editor.h
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
index dc3081d62617ab6848756488485f8a7624eb6a47..4f8aa8a1149ceba97b03da1c2c0f00a8a32f5cfe 100644
--- a/third_party/WebKit/Source/core/editing/Editor.h
+++ b/third_party/WebKit/Source/core/editing/Editor.h
@@ -168,7 +168,7 @@ class CORE_EXPORT Editor final : public GarbageCollectedFinalized<Editor> {
// Returns target ranges for the command, currently only supports delete
// related commands. Used by InputEvent.
- const RangeVector* getTargetRanges() const;
+ const StaticRangeVector* getTargetRanges() const;
const EditorInternalCommand* m_command;
EditorCommandSource m_source;

Powered by Google App Engine
This is Rietveld 408576698