[Webkit-unassigned] [Bug 144498] Inline some small methods instead of them being EXPORT'd and out of line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 1 16:12:01 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144498

--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 252167
  --> https://bugs.webkit.org/attachment.cgi?id=252167
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=252167&action=review

> Source/WebCore/page/Page.h:443
> +    RefPtr<WheelEventTestTrigger> testTrigger() const { return m_testTrigger; }

Reading this I realize that this accessor should return a raw pointer, not a RefPtr.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150501/4d2eeded/attachment-0001.html>


More information about the webkit-unassigned mailing list