| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index 82780623bb11a3c70fdec7bb99e46a0f00484016..97a273d655df8f8129de16cd57ef299aa5313ae9 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -341,9 +341,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -// During refactoring, there are some places where we need to do type conversions that
|
| -// will not be needed once all instances of LocalFrame and RemoteFrame are sorted out.
|
| -// At that time this #define will be removed and all the uses of it will need to be corrected.
|
| -#define toLocalFrameTemporary toLocalFrame
|
| -
|
| #endif // LocalFrame_h
|
|
|