| Index: Source/core/dom/LayoutTreeBuilder.h
|
| diff --git a/Source/core/dom/LayoutTreeBuilder.h b/Source/core/dom/LayoutTreeBuilder.h
|
| index 38992a8af63a3314ddee6f8850d4146dfbbbc810..e5ce4f2d11d75f9d2a22fc243eba26a34058b748 100644
|
| --- a/Source/core/dom/LayoutTreeBuilder.h
|
| +++ b/Source/core/dom/LayoutTreeBuilder.h
|
| @@ -87,7 +87,7 @@ public:
|
|
|
| private:
|
| LayoutObject* parentLayoutObject() const;
|
| - LayoutObject* nextLayoutObject() const;
|
| + LayoutObject* nextLayoutObject(LayoutObject*) const;
|
| bool shouldCreateLayoutObject() const;
|
| ComputedStyle& style() const;
|
| void createLayoutObject();
|
|
|