| Index: third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.h b/third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| index 34f0ff24bce559417bd5f8b2a665f5c4d255e4e5..ba368f34f9d533ac5f6d784377d5a255e7f8a4ee 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| @@ -70,7 +70,8 @@ public:
|
| void parseString(const String&);
|
| void parseStringAtPosition(const String&, const TextPosition&);
|
|
|
| - bool isCacheable() const;
|
| + bool isCacheableForResource() const;
|
| + bool isCacheableForStyleElement() const;
|
|
|
| bool isLoading() const;
|
|
|
|
|