| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 08b884417cd20c28da7db087764db527a333087e..08ce6ed1c3ecf92e5d84eb4f4e050d8ae5a8f7c2 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -344,7 +344,6 @@ public:
|
| void updateHoverActiveState(const HitTestRequest&, Element*, const PlatformMouseEvent* = 0);
|
|
|
| void scheduleRenderTreeUpdateIfNeeded();
|
| - bool hasPendingForcedStyleRecalc() const;
|
|
|
| void attachRange(Range*);
|
| void detachRange(Range*);
|
|
|