Bug 141348 - Have SQLiteStatement::database() return a reference
Summary: Have SQLiteStatement::database() return a reference
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-06 17:02 PST by Chris Dumez
Modified: 2015-02-06 19:07 PST (History)
3 users (show)

See Also:


Attachments
Patch (5.34 KB, patch)
2015-02-06 17:03 PST, Chris Dumez
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>