Bug 161032 - Stop pretending that AbstractView is a thing, it's not
Summary: Stop pretending that AbstractView is a thing, it's not
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-20 11:05 PDT by Sam Weinig
Modified: 2016-08-20 14:42 PDT (History)
6 users (show)

See Also:


Attachments
Patch (47.20 KB, patch)
2016-08-20 11:07 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (48.76 KB, patch)
2016-08-20 11:22 PDT, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2016-08-20 11:05:00 PDT
Stop pretending that AbstractView is a thing, it's not
Comment 1 Sam Weinig 2016-08-20 11:07:45 PDT
Created attachment 286542 [details]
Patch
Comment 2 WebKit Commit Bot 2016-08-20 11:09:36 PDT
Attachment 286542 [details] did not pass style-queue:


ERROR: Source/WebCore/dom/MouseRelatedEvent.cpp:64:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
ERROR: Source/WebCore/dom/MouseRelatedEvent.cpp:64:  Wrong number of spaces before statement. (expected: 41)  [whitespace/indent] [4]
Total errors found: 2 in 23 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2016-08-20 11:22:41 PDT
Created attachment 286543 [details]
Patch
Comment 4 WebKit Commit Bot 2016-08-20 11:24:34 PDT
Attachment 286543 [details] did not pass style-queue:


ERROR: Source/WebCore/dom/MouseRelatedEvent.cpp:64:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
ERROR: Source/WebCore/dom/MouseRelatedEvent.cpp:64:  Wrong number of spaces before statement. (expected: 41)  [whitespace/indent] [4]
Total errors found: 2 in 24 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Sam Weinig 2016-08-20 14:42:10 PDT
Committed r204681: <http://trac.webkit.org/changeset/204681>