X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fediting%2FApplyStyleCommand.h;h=561679ebf202640c6e9abd690280aa6ba9a6143a;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=70b6f352d48b063c9394079c2443103a05386617;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/editing/ApplyStyleCommand.h b/src/third_party/WebKit/Source/core/editing/ApplyStyleCommand.h index 70b6f35..561679e 100644 --- a/src/third_party/WebKit/Source/core/editing/ApplyStyleCommand.h +++ b/src/third_party/WebKit/Source/core/editing/ApplyStyleCommand.h @@ -80,7 +80,7 @@ private: void removeConflictingInlineStyleFromRun(EditingStyle*, RefPtr& runStart, RefPtr& runEnd, PassRefPtr pastEndNode); bool removeInlineStyleFromElement(EditingStyle*, PassRefPtr, InlineStyleRemovalMode = RemoveIfNeeded, EditingStyle* extractedStyle = 0); inline bool shouldRemoveInlineStyleFromElement(EditingStyle* style, HTMLElement* element) {return removeInlineStyleFromElement(style, element, RemoveNone);} - void replaceWithSpanOrRemoveIfWithoutAttributes(HTMLElement*&); + void replaceWithSpanOrRemoveIfWithoutAttributes(HTMLElement*); bool removeImplicitlyStyledElement(EditingStyle*, HTMLElement*, InlineStyleRemovalMode, EditingStyle* extractedStyle); bool removeCSSStyle(EditingStyle*, HTMLElement*, InlineStyleRemovalMode = RemoveIfNeeded, EditingStyle* extractedStyle = 0); HTMLElement* highestAncestorWithConflictingInlineStyle(EditingStyle*, Node*);