| Index: third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp b/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| index 790dbcddd98c96448455fb41e1b8e0c54cf761d9..dc685fc0677e7d120e58d1e035e8aab64ed246d8 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| @@ -105,7 +105,7 @@ TEST_F(CSSPreloadScannerTest, DontReadFromClearedData) {
|
| const char* data = "@import url('http://127.0.0.1/preload.css');";
|
| resource->appendData(data, strlen(data));
|
| ResourceError error(errorDomainBlinkInternal, 0, url.getString(), "");
|
| - resource->error(error);
|
| + resource->error(error, Resource::LoadError);
|
|
|
| // Should not crash.
|
| PreloadSuppressingCSSPreloaderResourceClient* resourceClient =
|
|
|