Chromium Code Reviews| Index: third_party/WebKit/public/web/WebFrame.h |
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h |
| index c99c667a853d4823ac6e8474213672a8847dc9c1..176df40cfbfead26e238d7b3c7ddeaa9d9413fed 100644 |
| --- a/third_party/WebKit/public/web/WebFrame.h |
| +++ b/third_party/WebKit/public/web/WebFrame.h |
| @@ -744,10 +744,6 @@ private: |
| WebPrivateOwnPtr<OpenedFrameTracker> m_openedFrameTracker; |
| }; |
| -#if BLINK_IMPLEMENTATION |
| -Frame* toCoreFrame(const WebFrame*); |
|
dtapuska
2015/12/04 16:08:05
Its not clear to me why this is being removed in t
Rick Byers
2015/12/04 16:28:11
Oh right, sorry. I went to use this API in my tes
|
| -#endif |
| - |
| } // namespace blink |
| #endif |