| Index: Source/core/dom/Position.h
|
| diff --git a/Source/core/dom/Position.h b/Source/core/dom/Position.h
|
| index 47a2f60bb678c2f393e9ccc206bdda5739ee2a0a..f98eae6a4ec127883925600fa9a7a96a8f0965ab 100644
|
| --- a/Source/core/dom/Position.h
|
| +++ b/Source/core/dom/Position.h
|
| @@ -40,7 +40,7 @@ class CSSComputedStyleDeclaration;
|
| class Element;
|
| class InlineBox;
|
| class Node;
|
| -class RenderObject;
|
| +class LayoutObject;
|
| class Text;
|
| class TreeScope;
|
|
|
| @@ -187,7 +187,7 @@ public:
|
|
|
| TextDirection primaryDirection() const;
|
|
|
| - static bool hasRenderedNonAnonymousDescendantsWithHeight(RenderObject*);
|
| + static bool hasRenderedNonAnonymousDescendantsWithHeight(LayoutObject*);
|
| static bool nodeIsUserSelectNone(Node*);
|
| static bool nodeIsUserSelectAll(const Node*);
|
| static Node* rootUserSelectAllForNode(Node*);
|
|
|