Chromium Code Reviews| Index: Source/core/dom/NodeLayoutStyle.h |
| diff --git a/Source/core/dom/NodeLayoutStyle.h b/Source/core/dom/NodeLayoutStyle.h |
| index e5094a9ddf5212fa3469515f7abb9b854043e99d..cad0ccccb541e043107d5257e637c95f35f2cb98 100644 |
| --- a/Source/core/dom/NodeLayoutStyle.h |
| +++ b/Source/core/dom/NodeLayoutStyle.h |
| @@ -35,7 +35,7 @@ namespace blink { |
| inline LayoutStyle* Node::layoutStyle() const |
| { |
| - if (LayoutObject* renderer = this->renderer()) |
| + if (LayoutObject* renderer = this->layoutObject()) |
|
Julien - ping for review
2015/03/05 16:19:16
Ditto.
|
| return renderer->style(); |
| // <option> and <optgroup> can be styled even if they don't get renderers, |
| // so they store their style internally and return it through nonRendererStyle(). |