Bug 30543 - SQLiteDatabase.h has a typo in an #ifdef
Summary: SQLiteDatabase.h has a typo in an #ifdef
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dumitru Daniliuc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-19 16:18 PDT by Dumitru Daniliuc
Modified: 2009-10-19 18:13 PDT (History)
1 user (show)

See Also:


Attachments
patch (982 bytes, patch)
2009-10-19 16:19 PDT, Dumitru Daniliuc
darin: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dumitru Daniliuc 2009-10-19 16:18:00 PDT
SQLiteDatabase.h starts with #ifdef SQLDatabase_h; should be #ifdef SQLiteDatabase_h.
Comment 1 Dumitru Daniliuc 2009-10-19 16:19:49 PDT
Created attachment 41461 [details]
patch
Comment 2 WebKit Commit Bot 2009-10-19 17:35:53 PDT
Comment on attachment 41461 [details]
patch

Rejecting patch 41461 from commit-queue.

dumi@chromium.org does not have committer permissions according to http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/modules/committers.py.
Comment 3 Dumitru Daniliuc 2009-10-19 18:13:07 PDT
(Added myself to committers.py, so the commit-queue should start accepting my commit-queue+ flags after a restart)

Landed this manually as r49826.