| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index f4dca90fc4876a5238d641491ad1418ed2e8c3a1..a8734ee92f17fa9acd01954bdffca0de42d23364 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -314,6 +314,7 @@ public:
|
| bool regionBasedColumnsEnabled() const;
|
|
|
| Element* elementFromPoint(int x, int y) const;
|
| + Vector<Element*> elementsFromPoint(int x, int y) const;
|
| PassRefPtrWillBeRawPtr<Range> caretRangeFromPoint(int x, int y);
|
|
|
| String readyState() const;
|
|
|