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 |