Bug 27666

Summary: The patch submitted for bug 26054 has some no-op instructions that need to be removed
Product: WebKit Reporter: Dumitru Daniliuc <dumi>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch dglazkov: review+

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.