Summary: | Remove some duplicate code from KURLGoogle.cpp | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | David Levin <levin> | ||||
Component: | Platform | Assignee: | David Levin <levin> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, dglazkov, webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 24683 | ||||||
Attachments: |
|
Description
David Levin
2011-02-25 14:52:37 PST
Created attachment 83891 [details]
Patch
Attachment 83891 [details] did not build on chromium: Build output: http://queues.webkit.org/results/8032494 Comment on attachment 83891 [details]
Patch
Apparently I need to do some fixes for chromium so cq-. (I suspect they will be minor and if so, I'll use the r+.)
Attachment 83891 [details] did not build on chromium: Build output: http://queues.webkit.org/results/8043953 Committed as http://trac.webkit.org/changeset/79906 (with a few minor adjustments to fix the chromium build -- gyp change and moving two constants outside of the ifdef in KURL.cpp). |