| Index: trunk/Source/core/dom/Node.h
|
| ===================================================================
|
| --- trunk/Source/core/dom/Node.h (revision 190671)
|
| +++ trunk/Source/core/dom/Node.h (working copy)
|
| @@ -541,9 +541,8 @@
|
| bool shouldCallRecalcStyle(StyleRecalcChange);
|
|
|
| // Wrapper for nodes that don't have a renderer, but still cache the style (like HTMLOptionElement).
|
| - const LayoutStyle* layoutStyle() const;
|
| - LayoutStyle* mutableLayoutStyle() const;
|
| - const LayoutStyle* parentLayoutStyle() const;
|
| + LayoutStyle* layoutStyle() const;
|
| + LayoutStyle* parentLayoutStyle() const;
|
|
|
| const LayoutStyle& layoutStyleRef() const;
|
|
|
|
|