RESOLVED FIXED 130722
Replace DEPRECATED_DEFINE_STATIC_LOCAL by static NeverDestroyed<T> in editing/
https://bugs.webkit.org/show_bug.cgi?id=130722
Summary Replace DEPRECATED_DEFINE_STATIC_LOCAL by static NeverDestroyed<T> in editing/
Sergio Villar Senin
Reported 2014-03-25 09:55:56 PDT
Replace DEPRECATED_DEFINE_STATIC_LOCAL by static NeverDestroyed<T> in editing/
Attachments
Patch (21.40 KB, patch)
2014-03-25 09:57 PDT, Sergio Villar Senin
no flags
Patch (22.23 KB, patch)
2014-03-26 07:25 PDT, Sergio Villar Senin
koivisto: review+
Sergio Villar Senin
Comment 1 2014-03-25 09:57:57 PDT
Darin Adler
Comment 2 2014-03-25 20:31:39 PDT
Comment on attachment 227763 [details] Patch EWS bots show that we need more get() calls in AlternativeTextController.cpp
Sergio Villar Senin
Comment 3 2014-03-26 07:25:14 PDT
Antti Koivisto
Comment 4 2014-03-26 07:39:02 PDT
Comment on attachment 227849 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=227849&action=review > Source/WebCore/editing/atk/FrameSelectionAtk.cpp:66 > + oldObject.get() = 0; nullptr > Source/WebCore/editing/atk/FrameSelectionAtk.cpp:69 > + AtkObject* oldAxObject = oldObject.get() ? oldObject.get()->wrapper() : 0; nullptr
Sergio Villar Senin
Comment 5 2014-03-26 08:13:22 PDT
Note You need to log in before you can comment on or make changes to this bug.