Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 3c2f001d337def1d751bed235517888795f2a8d6..db7b9dc88533bc6800626122efe69530e1ec2713 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -544,8 +544,9 @@ public: |
bool shouldCallRecalcStyle(StyleRecalcChange); |
// Wrapper for nodes that don't have a renderer, but still cache the style (like HTMLOptionElement). |
- LayoutStyle* layoutStyle() const; |
- LayoutStyle* parentLayoutStyle() const; |
+ const LayoutStyle* layoutStyle() const; |
+ LayoutStyle* mutableLayoutStyle() const; |
+ const LayoutStyle* parentLayoutStyle() const; |
const LayoutStyle& layoutStyleRef() const; |