Bug 27666 - The patch submitted for bug 26054 has some no-op instructions that need to be removed
Summary: The patch submitted for bug 26054 has some no-op instructions that need to be...
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-24 14:08 PDT by Dumitru Daniliuc
Modified: 2009-07-27 11:09 PDT (History)
1 user (show)

See Also:


Attachments
patch (1.65 KB, patch)
2009-07-24 14:14 PDT, Dumitru Daniliuc
dglazkov: review+
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-07-24 14:08:04 PDT
While working on the patch for bug 26054, I had to resolve conflicts in DatabaseTracker.cpp a few times. One of them must have gone bad and some code in DatabaseTracker.cpp was copied to SQLiteFileSystem.cpp instead of being moved there. Fortunately, those instructions are just no-ops, but they need to be removed from DatabaseTracker.cpp.
Comment 1 Dumitru Daniliuc 2009-07-24 14:14:17 PDT
Created attachment 33471 [details]
patch
Comment 2 Dimitri Glazkov (Google) 2009-07-27 10:42:06 PDT
Comment on attachment 33471 [details]
patch

ok.
Comment 3 Dimitri Glazkov (Google) 2009-07-27 11:09:11 PDT
Landed as http://trac.webkit.org/changeset/46420.