| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 8247df53ab4b4bbb8b95fcc79449cfe8dd2bb277..e0e0b5585c99122fae01cbcab39746e20235235a 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -160,9 +160,6 @@ public:
|
| // DocumentVisibilityObserver::setDocument
|
| void setObservedDocument(Document&);
|
|
|
| -protected:
|
| - virtual void trace(Visitor*);
|
| -
|
| private:
|
| void registerObserver(Document&);
|
| void unregisterObserver();
|
| @@ -655,8 +652,6 @@ public:
|
|
|
| void updateStyleInvalidationIfNeeded();
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| void didRecalculateStyleForElement() { ++m_styleRecalcElementCounter; }
|
|
|
| virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) override;
|
|
|