Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Unified Diff: Source/WebCore/loader/cache/CachedResource.h

Issue 8588025: Merge 99565 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/loader/cache/CachedResource.h
===================================================================
--- Source/WebCore/loader/cache/CachedResource.h (revision 100566)
+++ Source/WebCore/loader/cache/CachedResource.h (working copy)
@@ -281,7 +281,7 @@
bool m_inCache : 1;
bool m_loading : 1;
- unsigned m_type : 3; // Type
+ unsigned m_type : 4; // Type
unsigned m_status : 3; // Status
#ifndef NDEBUG
« no previous file with comments | « LayoutTests/fast/dom/HTMLLinkElement/cachedresource-types-expected.txt ('k') | Source/WebCore/loader/cache/CachedResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698