Bug 160756

Summary: Revert back to the old style member function state machine for callbacks
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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>