| Index: public/web/mac/WebSubstringUtil.h
|
| diff --git a/public/web/mac/WebSubstringUtil.h b/public/web/mac/WebSubstringUtil.h
|
| index 13b1547333af91abf877439ae57ffcc93ccec29c..730036d74811bda40da2e1f0e95f83206d1e0794 100644
|
| --- a/public/web/mac/WebSubstringUtil.h
|
| +++ b/public/web/mac/WebSubstringUtil.h
|
| @@ -32,13 +32,11 @@
|
| #define WebSubstringUtil_h
|
|
|
| #include "../../platform/WebCommon.h"
|
| +#include "public/web/WebFrame.h"
|
|
|
| namespace blink {
|
| -class WebFrame;
|
| -class WebRange;
|
| class WebView;
|
| struct WebPoint;
|
| -struct WebRect;
|
| }
|
|
|
| #if __OBJC__
|
| @@ -61,7 +59,7 @@ public:
|
|
|
| // Returns an autoreleased NSAttributedString that is a substring of the
|
| // Frame at the given range, or nil on error.
|
| - BLINK_EXPORT static NSAttributedString* attributedSubstringInRange(WebFrame*,
|
| + BLINK_EXPORT static NSAttributedString* attributedSubstringInRange(WebLocalFrame*,
|
| size_t location,
|
| size_t length);
|
| };
|
|
|