| Index: public/web/WebRange.h
|
| diff --git a/public/web/WebRange.h b/public/web/WebRange.h
|
| index 5d463f8a99b44cafb85dfbc83db393d56ec44831..3eeeeb0d0c12413052b864afbea0978e3b10cce2 100644
|
| --- a/public/web/WebRange.h
|
| +++ b/public/web/WebRange.h
|
| @@ -33,7 +33,6 @@
|
|
|
| #include "../platform/WebCommon.h"
|
| #include "../platform/WebVector.h"
|
| -#include "WebFrame.h"
|
|
|
| #if BLINK_IMPLEMENTATION
|
| namespace WebCore { class Range; }
|
| @@ -43,6 +42,7 @@
|
| namespace blink {
|
|
|
| struct WebFloatQuad;
|
| +class WebFrame;
|
| class WebNode;
|
| class WebRangePrivate;
|
| class WebString;
|
| @@ -75,7 +75,7 @@
|
|
|
| BLINK_EXPORT WebRange expandedToParagraph() const;
|
|
|
| - BLINK_EXPORT static WebRange fromDocumentRange(WebLocalFrame*, int start, int length);
|
| + BLINK_EXPORT static WebRange fromDocumentRange(WebFrame*, int start, int length);
|
|
|
| BLINK_EXPORT WebVector<WebFloatQuad> textQuads() const;
|
|
|
|
|