diff options
Diffstat (limited to 'WebKit/efl/ewk/ewk_frame.cpp')
-rw-r--r-- | WebKit/efl/ewk/ewk_frame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/efl/ewk/ewk_frame.cpp b/WebKit/efl/ewk/ewk_frame.cpp index 296c261..7a2af5a 100644 --- a/WebKit/efl/ewk/ewk_frame.cpp +++ b/WebKit/efl/ewk/ewk_frame.cpp @@ -786,7 +786,7 @@ Eina_Bool ewk_frame_text_matches_unmark_all(Evas_Object* o) EWK_FRAME_SD_GET_OR_RETURN(o, sd, EINA_FALSE); EINA_SAFETY_ON_NULL_RETURN_VAL(sd->frame, EINA_FALSE); - sd->frame->document()->removeMarkers(WebCore::DocumentMarker::TextMatch); + sd->frame->document()->markers()->removeMarkers(WebCore::DocumentMarker::TextMatch); return EINA_TRUE; } |