| Index: Source/core/rendering/RenderBlockFlow.h
|
| diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h
|
| index c86448623a9cec50ef986426a5789796b5c0c19a..c5a9c5a92dca07af85c643f27ad9f22b3fd30364 100644
|
| --- a/Source/core/rendering/RenderBlockFlow.h
|
| +++ b/Source/core/rendering/RenderBlockFlow.h
|
| @@ -54,7 +54,6 @@ public:
|
| virtual ~RenderBlockFlow();
|
|
|
| static RenderBlockFlow* createAnonymous(Document*);
|
| - RenderBlockFlow* createAnonymousBlockFlow() const;
|
|
|
| virtual bool isRenderBlockFlow() const OVERRIDE FINAL { return true; }
|
|
|
|
|