Bug 160756 - Revert back to the old style member function state machine for callbacks
Summary: Revert back to the old style member function state machine for callbacks
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-10 15:23 PDT by Anders Carlsson
Modified: 2016-08-10 15:39 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.53 KB, patch)
2016-08-10 15:27 PDT, Anders Carlsson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2016-08-10 15:23:02 PDT
Revert back to the old style member function state machine for callbacks
Comment 1 Anders Carlsson 2016-08-10 15:27:43 PDT
Created attachment 285772 [details]
Patch
Comment 2 WebKit Commit Bot 2016-08-10 15:30:44 PDT
Attachment 285772 [details] did not pass style-queue:


ERROR: Source/WebCore/Modules/webdatabase/SQLTransaction.cpp:122:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/WebCore/Modules/webdatabase/SQLTransaction.cpp:123:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/WebCore/Modules/webdatabase/SQLTransaction.cpp:124:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/WebCore/Modules/webdatabase/SQLTransaction.cpp:125:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
Total errors found: 4 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2016-08-10 15:39:16 PDT
Committed r204359: <http://trac.webkit.org/changeset/204359>