| Index: third_party/WebKit/Source/platform/weborigin/SecurityPolicyTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/SecurityPolicyTest.cpp b/third_party/WebKit/Source/platform/weborigin/SecurityPolicyTest.cpp
|
| index ae54ed6a7f8afcf4378865bd156f63726cb403a5..df2511b0a41d8a28704f7e3993a088344e0a4369 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/SecurityPolicyTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/weborigin/SecurityPolicyTest.cpp
|
| @@ -84,8 +84,9 @@ TEST(SecurityPolicyTest, GenerateReferrer)
|
| const char secureURLB[] = "https://b.test/path/to/file.html";
|
| const char secureOriginA[] = "https://a.test/";
|
|
|
| - const char blobURL[] = "blob:http%3A//a.test/b3aae9c8-7f90-440d-8d7c-43aa20d72fde";
|
| - const char filesystemURL[] = "filesystem:http%3A//a.test/path/t/file.html";
|
| + const char blobURL[] =
|
| + "blob:http://a.test/b3aae9c8-7f90-440d-8d7c-43aa20d72fde";
|
| + const char filesystemURL[] = "filesystem:http://a.test/path/t/file.html";
|
|
|
| TestCase inputs[] = {
|
| // HTTP -> HTTP: Same Origin
|
|
|