RESOLVED FIXED Bug 27666
The patch submitted for bug 26054 has some no-op instructions that need to be removed
https://bugs.webkit.org/show_bug.cgi?id=27666
Summary The patch submitted for bug 26054 has some no-op instructions that need to be...
Dumitru Daniliuc
Reported 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.
Attachments
patch (1.65 KB, patch)
2009-07-24 14:14 PDT, Dumitru Daniliuc
dglazkov: review+
Dumitru Daniliuc
Comment 1 2009-07-24 14:14:17 PDT
Dimitri Glazkov (Google)
Comment 2 2009-07-27 10:42:06 PDT
Comment on attachment 33471 [details] patch ok.
Dimitri Glazkov (Google)
Comment 3 2009-07-27 11:09:11 PDT
Note You need to log in before you can comment on or make changes to this bug.