ShouldLoadResourceForFrame should use strings, not URLs.
Created attachment 78997 [details] [PATCH] Fix
Comment on attachment 78997 [details] [PATCH] Fix r=me
Just for the education of unwashed masses (myself) - what's the reason for this change?
I can see how avoiding a string to URL conversion in injected bundle method makes a lot of sense for performance. But WebKit obviously needs a KURL when loading - can you use an existing KURL object to pass to InjectedBundlePageLoaderClient::shouldLoadResourceForFrame()?
This was landed in r75826.