Bug 127936 - De-virtual-ize CachedResource::isImage()
Summary: De-virtual-ize CachedResource::isImage()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-30 12:54 PST by David Kilzer (:ddkilzer)
Modified: 2014-01-30 13:44 PST (History)
4 users (show)

See Also:


Attachments
Patch v1 (5.49 KB, patch)
2014-01-30 13:02 PST, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2014-01-30 12:54:30 PST
De-virtual-ize CachedResource::isImage() by using type().

Also replace some explicit type() checks with call to isImage().
Comment 1 David Kilzer (:ddkilzer) 2014-01-30 13:02:41 PST
Created attachment 222719 [details]
Patch v1
Comment 2 Andreas Kling 2014-01-30 13:15:45 PST
Comment on attachment 222719 [details]
Patch v1

r=me
Comment 3 WebKit Commit Bot 2014-01-30 13:44:53 PST
Comment on attachment 222719 [details]
Patch v1

Clearing flags on attachment: 222719

Committed r163111: <http://trac.webkit.org/changeset/163111>
Comment 4 WebKit Commit Bot 2014-01-30 13:44:55 PST
All reviewed patches have been landed.  Closing bug.