Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index d39a4e6964c39a19c2047d581345dc9194198d42..7706ad33c8ef803c3b2cd6939196a6bc656b06ab 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -75,7 +75,7 @@ class PlatformWheelEvent; |
class QualifiedName; |
class RadioNodeList; |
class RegisteredEventListener; |
-class RenderBox; |
+class LayoutBox; |
class LayoutBoxModelObject; |
class LayoutObject; |
class LayoutStyle; |
@@ -509,7 +509,7 @@ public: |
} |
// Use these two methods with caution. |
- RenderBox* renderBox() const; |
+ LayoutBox* layoutBox() const; |
LayoutBoxModelObject* layoutBoxModelObject() const; |
struct AttachContext { |