Bug 144498

Summary: Inline some small methods instead of them being EXPORT'd and out of line
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-05-01 13:07:03 PDT
* SUMMARY
Inline some small methods instead of them being EXPORT'd and out of line.

The EXPORT should not be needed if the methods are inlined.
Comment 1 Joseph Pecoraro 2015-05-01 13:07:52 PDT
Created attachment 252167 [details]
[PATCH] Proposed Fix
Comment 2 Darin Adler 2015-05-01 16:12:01 PDT
Comment on attachment 252167 [details]
[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.
Comment 3 WebKit Commit Bot 2015-05-01 17:01:16 PDT
Comment on attachment 252167 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 252167

Committed r183700: <http://trac.webkit.org/changeset/183700>
Comment 4 WebKit Commit Bot 2015-05-01 17:01:20 PDT
All reviewed patches have been landed.  Closing bug.