Index: third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp |
diff --git a/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp b/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp |
index 00cb0dbbef608c9414d2cebf47cf2a07a5fecd4f..9c1d3c612f0796af666e3d709e173c53185144b5 100644 |
--- a/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp |
@@ -290,7 +290,7 @@ void CSSPreloaderResourceClient::scanCSS( |
// augmented to take care of this case without performing an additional |
// copy. |
double startTime = monotonicallyIncreasingTimeMS(); |
- const String& chunk = resource->decodedText(); |
+ const String& chunk = resource->sheetText(); |
if (chunk.isNull()) |
return; |
CSSPreloadScanner cssPreloadScanner; |