Chromium Code Reviews| Index: Source/core/dom/Range.h |
| diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
| index 9cf22a6fafc1d998f06eb5081dea6bf6e8f43b8c..c5ba37e1a803153a7601da0f071f403bc55310de 100644 |
| --- a/Source/core/dom/Range.h |
| +++ b/Source/core/dom/Range.h |
| @@ -64,6 +64,7 @@ public: |
| #if !ENABLE(OILPAN) || !defined(NDEBUG) |
| ~Range(); |
| #endif |
| + void dispose(); |
|
yosin_UTC9
2015/09/10 01:58:39
I'm still in double to introduce |Range::dispose()
sof
2015/09/10 05:59:02
Please see
https://groups.google.com/a/chromium
|
| Document& ownerDocument() const { ASSERT(m_ownerDocument); return *m_ownerDocument.get(); } |
| Node* startContainer() const { return m_start.container(); } |