| Index: third_party/WebKit/Source/core/editing/DOMSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/DOMSelection.cpp b/third_party/WebKit/Source/core/editing/DOMSelection.cpp
|
| index e7c2c90f96b4e024411441a5976e81793204f542..17eb72c9353bbcfabca917ac93db248aeea239dc 100644
|
| --- a/third_party/WebKit/Source/core/editing/DOMSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/DOMSelection.cpp
|
| @@ -59,7 +59,7 @@ static Node* selectionShadowAncestor(LocalFrame* frame) {
|
| }
|
|
|
| DOMSelection::DOMSelection(const TreeScope* treeScope)
|
| - : DOMWindowProperty(treeScope->rootNode().document().frame()),
|
| + : ContextClient(treeScope->rootNode().document().frame()),
|
| m_treeScope(treeScope) {}
|
|
|
| void DOMSelection::clearTreeScope() {
|
| @@ -669,7 +669,7 @@ void DOMSelection::addConsoleError(const String& message) {
|
|
|
| DEFINE_TRACE(DOMSelection) {
|
| visitor->trace(m_treeScope);
|
| - DOMWindowProperty::trace(visitor);
|
| + ContextClient::trace(visitor);
|
| }
|
|
|
| } // namespace blink
|
|
|