Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/Document.h |
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
| index 15dbe5a785f64644026c1faee0e4e9dc66d9f9d3..811db615242516ae57329869a33b630b2ff74b57 100644 |
| --- a/third_party/WebKit/Source/core/dom/Document.h |
| +++ b/third_party/WebKit/Source/core/dom/Document.h |
| @@ -1083,7 +1083,7 @@ public: |
| Element* rootScroller() const; |
| void setRootScroller(Element*, ExceptionState&); |
| - bool isEffectiveRootScroller(const Element&) const; |
| + Element* effectiveRootScroller() const; |
|
tdresser
2016/06/23 14:34:29
Should this return a const?
bokan
2016/06/23 16:12:30
Done. Had to make Node::isSameNode take a const to
|
| bool isInMainFrame() const; |