Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 3c2f001d337def1d751bed235517888795f2a8d6..88e41b113c676f58bfb803e584882c212d238662 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -76,7 +76,7 @@ class QualifiedName; |
class RadioNodeList; |
class RegisteredEventListener; |
class RenderBox; |
-class RenderBoxModelObject; |
+class LayoutBoxModelObject; |
class LayoutObject; |
class LayoutStyle; |
class SVGQualifiedName; |
@@ -515,7 +515,7 @@ public: |
// Use these two methods with caution. |
RenderBox* renderBox() const; |
- RenderBoxModelObject* renderBoxModelObject() const; |
+ LayoutBoxModelObject* layoutBoxModelObject() const; |
struct AttachContext { |
LayoutStyle* resolvedStyle; |