RESOLVED FIXED 122953
DataRef<T> should use Ref<T> internally.
https://bugs.webkit.org/show_bug.cgi?id=122953
Summary DataRef<T> should use Ref<T> internally.
Andreas Kling
Reported 2013-10-17 03:51:49 PDT
DataRef never wraps a null pointer, so it should use Ref internally to avoid unnecessary null checks.
Attachments
Patch (30.18 KB, patch)
2013-10-17 04:06 PDT, Andreas Kling
koivisto: review+
eflews.bot: commit-queue-
Patch for landing (30.87 KB, patch)
2013-10-17 04:52 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2013-10-17 04:06:22 PDT
EFL EWS Bot
Comment 2 2013-10-17 04:15:07 PDT
kov's GTK+ EWS bot
Comment 3 2013-10-17 04:21:27 PDT
Build Bot
Comment 4 2013-10-17 04:49:14 PDT
Andreas Kling
Comment 5 2013-10-17 04:52:10 PDT
Created attachment 214440 [details] Patch for landing
Andreas Kling
Comment 6 2013-10-17 05:14:15 PDT
Note You need to log in before you can comment on or make changes to this bug.