| 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 12fc28031f710ad5477417d0fece231cf307c1e0..359b6196d345d4cbd626a605ac254b95b84f8214 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 m_domWindow.get(); }
|
| - // TODO(dcheng): Deprecated and will be removed. Do not use in new code!
|
| - Frame* frame() const { return m_domWindow->frame(); }
|
|
|
| void setHref(LocalDOMWindow* currentWindow,
|
| LocalDOMWindow* enteredWindow,
|
|
|