| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| index baf159b83b4283163c2c6c9b047653f2fb008503..4682c6d8066a059b8ef8207d1b81bce646086a02 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -663,6 +663,7 @@ ResourceRequestBlockedReason FrameFetchContext::canRequestInternal(
|
| case Resource::ImportResource:
|
| case Resource::Media:
|
| case Resource::Manifest:
|
| + case Resource::Mock:
|
| // By default these types of resources can be loaded from any origin.
|
| // FIXME: Are we sure about Resource::Font?
|
| if (originRestriction == FetchRequest::RestrictToSameOrigin &&
|
|
|