| Index: third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
|
| index 4a4b722b6d7717e968fb8010b13f042c370f84dd..d94d5f9dc6dcebaca084ee9ae0152b9904ed39d7 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
|
| @@ -59,7 +59,7 @@ public:
|
| bool isPending() const;
|
| bool knownToBeOpaque(const LayoutObject&) const;
|
|
|
| - void loadSubimages(Document*);
|
| + void loadSubimages(Document&);
|
|
|
| bool hasFailedOrCanceledSubresources() const;
|
|
|
|
|