| Index: third_party/WebKit/Source/core/frame/Location.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Location.h b/third_party/WebKit/Source/core/frame/Location.h
|
| index 4d0851c6f6de4ab792e60a6327464737b7743e94..0c25412fce9025f3d0611d6ad2a3839f3efa15bc 100644
|
| --- a/third_party/WebKit/Source/core/frame/Location.h
|
| +++ b/third_party/WebKit/Source/core/frame/Location.h
|
| @@ -58,8 +58,6 @@ class CORE_EXPORT Location final : public GarbageCollected<Location>,
|
| }
|
|
|
| DOMWindow* DomWindow() const { return dom_window_.Get(); }
|
| - // TODO(dcheng): Deprecated and will be removed. Do not use in new code!
|
| - Frame* GetFrame() const { return dom_window_->GetFrame(); }
|
|
|
| void setHref(LocalDOMWindow* current_window,
|
| LocalDOMWindow* entered_window,
|
|
|