Bug 161461

Summary: FocusController should pass KeyboardEvent around by reference.
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2016-08-31 15:07:49 PDT
KeyboardEvent* -> KeyboardEvent&
Comment 1 Andreas Kling 2016-08-31 15:08:40 PDT
Created attachment 287548 [details]
Patch
Comment 2 WebKit Commit Bot 2016-08-31 15:11:35 PDT
Attachment 287548 [details] did not pass style-queue:


ERROR: Source/WebCore/page/FocusController.cpp:399:  'event' is incorrectly named. It should be named 'protector' or 'protectedProvidedEvent'.  [readability/naming/protected] [4]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 WebKit Commit Bot 2016-09-01 07:24:26 PDT
Comment on attachment 287548 [details]
Patch

Clearing flags on attachment: 287548

Committed r205290: <http://trac.webkit.org/changeset/205290>
Comment 4 WebKit Commit Bot 2016-09-01 07:24:30 PDT
All reviewed patches have been landed.  Closing bug.