| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index ae31dfb3829414b21908eabd5b40afe3a3052c90..3c19109622887cd155c76ff63c56823538a38149 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -369,8 +369,6 @@
|
|
|
| void addChildIgnoringAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild = 0);
|
|
|
| - void removeAnonymousWrappersIfRequired();
|
| -
|
| virtual bool isSelfCollapsingBlock() const OVERRIDE;
|
|
|
| void insertIntoTrackedRendererMaps(RenderBox* descendant, TrackedDescendantsMap*&, TrackedContainerMap*&);
|
|
|