Bug 141348

Summary: Have SQLiteStatement::database() return a reference
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Chris Dumez 2015-02-06 17:02:07 PST
Have SQLiteStatement::database() return a reference
Comment 1 Chris Dumez 2015-02-06 17:03:27 PST
Created attachment 246193 [details]
Patch
Comment 2 WebKit Commit Bot 2015-02-06 17:05:32 PST
Attachment 246193 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2015-02-06 17:45:23 PST
Comment on attachment 246193 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=246193&action=review

okay!

> Source/WebCore/ChangeLog:8
> +        No new tests (OOPS!).

OOPS!
Comment 4 Chris Dumez 2015-02-06 19:07:04 PST
Committed r179774: <http://trac.webkit.org/changeset/179774>