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

Unified Diff: third_party/WebKit/Source/core/dom/Range.h

Issue 1965543002: [InputEvent] Support |sequence<Range> getRanges()| in 'beforeinput' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dtapuska's review Created 4 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
Index: third_party/WebKit/Source/core/dom/Range.h
diff --git a/third_party/WebKit/Source/core/dom/Range.h b/third_party/WebKit/Source/core/dom/Range.h
index 833faaa6730073a5bd754525a8e76fc4dfdaada5..da5310ae70056bf2fb905dcf522870daeec45f62 100644
--- a/third_party/WebKit/Source/core/dom/Range.h
+++ b/third_party/WebKit/Source/core/dom/Range.h
@@ -171,6 +171,8 @@ private:
CORE_EXPORT bool areRangesEqual(const Range*, const Range*);
+using HeapRanges = HeapVector<Member<Range>>;
chongz 2016/05/12 20:53:49 Is this the right place?
dtapuska 2016/05/13 13:27:17 I'd actually put where it is used; probably in the
chongz 2016/05/19 04:41:48 Done.
+
} // namespace blink
#ifndef NDEBUG

Powered by Google App Engine
This is Rietveld 408576698