X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fdom%2FPosition.h;h=8bf271399f504bbd366024f2111127ef9c43030c;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=643ba2b7ac41bb4b65eb16a77d280ec9ebd34753;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/dom/Position.h b/src/third_party/WebKit/Source/core/dom/Position.h index 643ba2b..8bf2713 100644 --- a/src/third_party/WebKit/Source/core/dom/Position.h +++ b/src/third_party/WebKit/Source/core/dom/Position.h @@ -145,7 +145,7 @@ public: bool isOrphan() const { return m_anchorNode && !m_anchorNode->inDocument(); } Element* element() const; - PassRefPtr computedStyle() const; + PassRefPtrWillBeRawPtr computedStyle() const; // Move up or down the DOM by one position. // Offsets are computed using render text for nodes that have renderers - but note that even when @@ -208,9 +208,7 @@ private: int renderedOffset() const; - Position previousCharacterPosition(EAffinity) const; - Position nextCharacterPosition(EAffinity) const; static AnchorType anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset);