| Index: sky/engine/core/html/parser/HTMLElementStack.h
|
| diff --git a/sky/engine/core/html/parser/HTMLElementStack.h b/sky/engine/core/html/parser/HTMLElementStack.h
|
| index 96bcf8ed5101c210312e70ed2dd0cf9214132a81..769c7f256d3d5f2f6f71019b42d62d02b767dd72 100644
|
| --- a/sky/engine/core/html/parser/HTMLElementStack.h
|
| +++ b/sky/engine/core/html/parser/HTMLElementStack.h
|
| @@ -102,7 +102,6 @@ private:
|
| void popUntil(Element*);
|
| void pushCommon(PassRefPtr<ContainerNode>);
|
| void popCommon();
|
| - void removeNonTopCommon(Element*);
|
|
|
| OwnPtr<ElementRecord> m_top;
|
|
|
|
|