Fix script-src redirect handling
Created attachment 87091 [details] Patch
Comment on attachment 87091 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=87091&action=review Seems reasonable. > Source/WebCore/loader/cache/CachedResourceLoader.cpp:261 > default: default: is always sub-optimal when dealing with enums. How many would it be to list out the rest and have them all break?
(In reply to comment #2) > (From update of attachment 87091 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=87091&action=review > > Seems reasonable. > > > Source/WebCore/loader/cache/CachedResourceLoader.cpp:261 > > default: > > default: is always sub-optimal when dealing with enums. How many would it be to list out the rest and have them all break? It wouldn't be that hard. I removed a bunch of defaults from the rest of this function in this patch. I'm inclined to leave it or change it to an if. Maybe an if would be best actually...
Committed r82085: <http://trac.webkit.org/changeset/82085>