RESOLVED FIXED 61846
[EFL] Add null checking condition to EditorClientEfl.cpp
https://bugs.webkit.org/show_bug.cgi?id=61846
Summary [EFL] Add null checking condition to EditorClientEfl.cpp
Gyuyoung Kim
Reported 2011-06-01 01:41:52 PDT
In EditorClientEfl::handleEditingKeyboardEvent(), it uses caretBrowsingEnabled() of settings(). However, it doesn't check if settings() is null. settgins() of frame can be null. Frame.h Settings* settings() const; // can be NULL
Attachments
Patch (1.25 KB, patch)
2011-06-01 01:44 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2011-06-01 01:44:55 PDT
Kent Tamura
Comment 2 2011-06-01 01:52:41 PDT
Comment on attachment 95566 [details] Patch ok
WebKit Commit Bot
Comment 3 2011-06-01 04:41:08 PDT
Comment on attachment 95566 [details] Patch Clearing flags on attachment: 95566 Committed r87794: <http://trac.webkit.org/changeset/87794>
WebKit Commit Bot
Comment 4 2011-06-01 04:41:13 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.