| Index: sky/engine/core/dom/Document.cpp
|
| diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
|
| index eda506162af8278bef240c27376deed1de360e13..9534a0ffa3814b699416729b8df22152d6bfa645 100644
|
| --- a/sky/engine/core/dom/Document.cpp
|
| +++ b/sky/engine/core/dom/Document.cpp
|
| @@ -3141,10 +3141,6 @@ bool Document::hasFocus() const
|
| return focusedFrame && focusedFrame == frame();
|
| }
|
|
|
| -void Document::clearWeakMembers(Visitor* visitor)
|
| -{
|
| -}
|
| -
|
| v8::Handle<v8::Object> Document::wrap(v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
| ASSERT(!DOMDataStore::containsWrapperNonTemplate(this, isolate));
|
|
|