Cleanup PageCache::canCachePageContainingThisFrame It's a giant if statement that keeps accessing the same member variables through getters. Over and over. And over. Just store them locally to make it more readable.
Created attachment 126810 [details] Patch v1
http://trac.webkit.org/changeset/107596