| Index: public/web/mac/WebSubstringUtil.h
|
| diff --git a/public/web/mac/WebSubstringUtil.h b/public/web/mac/WebSubstringUtil.h
|
| index 730036d74811bda40da2e1f0e95f83206d1e0794..13b1547333af91abf877439ae57ffcc93ccec29c 100644
|
| --- a/public/web/mac/WebSubstringUtil.h
|
| +++ b/public/web/mac/WebSubstringUtil.h
|
| @@ -32,11 +32,13 @@
|
| #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__
|
| @@ -59,7 +61,7 @@
|
|
|
| // Returns an autoreleased NSAttributedString that is a substring of the
|
| // Frame at the given range, or nil on error.
|
| - BLINK_EXPORT static NSAttributedString* attributedSubstringInRange(WebLocalFrame*,
|
| + BLINK_EXPORT static NSAttributedString* attributedSubstringInRange(WebFrame*,
|
| size_t location,
|
| size_t length);
|
| };
|
|
|